getFriendAccountsAndroid method

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

Implementation

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