Public Access
cleanup(api_handler): remove todo comments
This commit is contained in:
@@ -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<Map<String, dynamic>> findStations(String locationName) async {
|
||||
static Future<List<Station>> findStations(
|
||||
String locationName, {
|
||||
|
||||
Reference in New Issue
Block a user