fetchStandardRoutes function

Future<List<StandardRoute>> fetchStandardRoutes(
  1. String apiKey
)

Fetches standard routes from the WMATA API.

apiKey is your API key for the WMATA API.

Implementation

Future<List<StandardRoute>> fetchStandardRoutes(String apiKey) async =>
    await StandardRouteService.fetchStandardRoutes(apiKey);