getFriendAccountsAndroid method

Future<NIMResult<List<String>>> getFriendAccountsAndroid()

获取所有的好友帐号

Implementation

Future<NIMResult<List<String>>> getFriendAccountsAndroid() async {
  return _platform.getFriendAccountsAndroid();
}