searchAccountByAliasAndroid method

Future<NIMResult<List<String>>> searchAccountByAliasAndroid(
  1. String alias
)

Implementation

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