Fetches all bus stops.
apiKey is your API key for the WMATA API.
apiKey
Future<List<Stop>> fetchAllStops(String apiKey) async => await StopSearchService.fetchStops(apiKey);