queryTeamList method

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

获取自己加入的群的列表

Implementation

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