queryTeamList method

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

获取自己加入的群的列表

Implementation

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