searchTeamsByKeyword method

Future<NIMResult<List<NIMSuperTeam>>> searchTeamsByKeyword(
  1. String keyword
)

用户在客户端本地可以搜索与关键字匹配的所有群: 通过群名称反查群组ID name 群组名称 群ID列表

Implementation

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