getFriendList method Null safety
Get the friend list
Implementation
Future<V2TimValueCallback<List<V2TimFriendInfo>>> getFriendList() async {
return ImFlutterPlatform.instance.getFriendList();
}
Get the friend list
Future<V2TimValueCallback<List<V2TimFriendInfo>>> getFriendList() async {
return ImFlutterPlatform.instance.getFriendList();
}