getFriendList method

获取好友列表

Implementation

Future<V2TimValueCallback<List<V2TimFriendInfo>>> getFriendList() async {
  throw UnimplementedError('getFriendList() has not been implemented');
}