获取好友
Future<NIMResult<NIMFriend>> getFriend(String userId) async { return _platform.getFriend(userId); }