cleanup(api_handler): remove todo comments

This commit is contained in:
fbachus
2026-07-31 04:10:02 +02:00
parent 1cf594ed42
commit fefa3fd365
-8
View File
@@ -19,14 +19,6 @@ class ApiHandler {
static final String baseUrl = dotenv.get("VBB_API_URL"); static final String baseUrl = dotenv.get("VBB_API_URL");
static final String accessID = dotenv.get("VBB_API_KEY"); 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<Map<String, dynamic>> findStations(String locationName) async { //static Future<Map<String, dynamic>> findStations(String locationName) async {
static Future<List<Station>> findStations( static Future<List<Station>> findStations(
String locationName, { String locationName, {