Future<Weather> getWeatherData(String city) async{ return await weatherRepositories.getWeather(city); }