fetchStandardRoutes function
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);