getGrandmasterLeagueByQueue method

Future<LeagueListDto> getGrandmasterLeagueByQueue(
  1. PlatformRoutingValue region,
  2. Queue selectedQueue
)

Implementation

Future<LeagueListDto> getGrandmasterLeagueByQueue(
  PlatformRoutingValue region,
  Queue selectedQueue,
) async {
  return _getApexLeagueByQueueAndApexRank(
      region, selectedQueue, ApexRank.Grandmaster);
}