diff --git a/lib/api_handler.dart b/lib/api_handler.dart index 40eda0e..4e360d2 100644 --- a/lib/api_handler.dart +++ b/lib/api_handler.dart @@ -19,14 +19,6 @@ class ApiHandler { static final String baseUrl = dotenv.get("VBB_API_URL"); static final String accessID = dotenv.get("VBB_API_KEY"); - // TODO: function calls for the following API calls - // - [x] location.name: findStations - // - [ ] location.nearbystops - // - [ ] location.details - // - [ ] departureBoard - // - [ ] multiDepartureBoard - // - [ ] journeyDetails - //static Future> findStations(String locationName) async { static Future> findStations( String locationName, {