add todo for later

This commit is contained in:
laurenspriem
2025-03-19 18:21:13 +05:30
parent f498a986c9
commit 5637d533ed

View File

@@ -34,6 +34,7 @@ class LocationService {
List<City> _cities = [];
// TODO: lau: consider actually using this in location section
List<BaseLocation> baseLocations = [];
LocationService(this.prefs) {