Future getWeather(String appId, String city) async { String apiUrl = \'http://api.openweathermap.org/data/2.5/weather?q=$city%20&appId=${util.appId}&units=metric\';