getFriend method Null safety
- String userId
Get the information about a fiend.
Implementation
Future<NIMResult<NIMFriend>> getFriend(String userId) async {
return _platform.getFriend(userId);
}
Get the information about a fiend.
Future<NIMResult<NIMFriend>> getFriend(String userId) async {
return _platform.getFriend(userId);
}