getFriendList method Null safety
获取好友列表
Implementation
Future<NIMResult<List<NIMFriend>>> getFriendList() async {
return _platform.getFriendList();
}
获取好友列表
Future<NIMResult<List<NIMFriend>>> getFriendList() async {
return _platform.getFriendList();
}