queryTeamList method Null safety

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

Get the list of groups that the current user has joined.

Implementation

Future<NIMResult<List<NIMSuperTeam>>> queryTeamList() async {
  return _platform.queryTeamList();
}