searchTeam method
从服务器上查询群资料信息
Implementation
Future<NIMResult<NIMSuperTeam>> searchTeam(String teamId) async {
throw UnimplementedError('searchTeam() is not implemented');
}
从服务器上查询群资料信息
Future<NIMResult<NIMSuperTeam>> searchTeam(String teamId) async {
throw UnimplementedError('searchTeam() is not implemented');
}