getFriendList method Null safety

Future<V2TimValueCallback<List<V2TimFriendInfo>>> getFriendList()

Get the friend list

Implementation

Future<V2TimValueCallback<List<V2TimFriendInfo>>> getFriendList() async {
  return ImFlutterPlatform.instance.getFriendList();
}