queryTeamListById method Null safety
根据群id列表批量查询群信息
Implementation
Future<NIMResult<List<NIMSuperTeam>>> queryTeamListById(
List<String> idList) async {
throw UnimplementedError('queryTeamListById() is not implemented');
}
根据群id列表批量查询群信息
Future<NIMResult<List<NIMSuperTeam>>> queryTeamListById(
List<String> idList) async {
throw UnimplementedError('queryTeamListById() is not implemented');
}