From fefa3fd365f209b10309c78f96ecb3e046104b9c Mon Sep 17 00:00:00 2001 From: fbachus Date: Fri, 31 Jul 2026 03:50:22 +0200 Subject: [PATCH] cleanup(api_handler): remove todo comments --- lib/api_handler.dart | 8 -------- 1 file changed, 8 deletions(-) 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, {