queryTeamListById method

Future<NIMResult<List<NIMSuperTeam>>> queryTeamListById(
  1. List<String> idList
)

根据群id列表批量查询群信息

Implementation

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