searchUserInfoListByKeyword method

Future<NIMResult<List<NIMUser>>> searchUserInfoListByKeyword(
  1. String keyword
)

Implementation

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