Future<void> updateWeather(double lat, double lon) async { await weatherState.fetchWeather(lat, lon, weatherApi); }