queryTeamListById method Null safety

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

Query groups based on groups IDs

Implementation

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