queryTeamList method Null safety
Get the list of groups that the current user has joined.
Implementation
Future<NIMResult<List<NIMSuperTeam>>> queryTeamList() async {
return _platform.queryTeamList();
}
Get the list of groups that the current user has joined.
Future<NIMResult<List<NIMSuperTeam>>> queryTeamList() async {
return _platform.queryTeamList();
}