queryTeamList method

Future<NIMResult<List<NIMTeam>>> queryTeamList()

Implementation

Future<NIMResult<List<NIMTeam>>> queryTeamList() async {
  throw UnimplementedError('queryTeamList() is not implemented');
}