add back button functionality
This commit is contained in:
@@ -23,6 +23,8 @@ class DataService extends ChangeNotifier {
|
||||
List<Station>? _cachedStations;
|
||||
DateTime? _stationsFetchedAt;
|
||||
|
||||
List<String> stations = [""];
|
||||
|
||||
bool _isHomepageLoading = false;
|
||||
bool get isHomepageLoading => _isHomepageLoading;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user