queryTeamList method Null safety

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

Get the list of groups the current user has joined

Implementation

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