searchUserIdListByNick method

Future<NIMResult<List<String>>> searchUserIdListByNick(
  1. String nick
)

Implementation

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