fetchAllBusPositions function
Fetches all bus positions.
apiKey
is your API key for the WMATA API.
Implementation
Future<List<BusPosition>> fetchAllBusPositions(String apiKey) async =>
await BusPositionService.fetchBusPositions(apiKey);
Fetches all bus positions.
apiKey
is your API key for the WMATA API.
Future<List<BusPosition>> fetchAllBusPositions(String apiKey) async =>
await BusPositionService.fetchBusPositions(apiKey);