getFriendList method

Future<NIMResult<List<NIMFriend>>> getFriendList()

Implementation

Future<NIMResult<List<NIMFriend>>> getFriendList() async {
  throw UnimplementedError('getFriendList() is not implemented');
}