getFriendList method

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

获取好友列表

Implementation

Future<NIMResult<List<NIMFriend>>> getFriendList() async {
  return _platform.getFriendList();
}