WeatherController constructor
- required WeatherState weatherState,
- required WeatherApi weatherApi,
Implementation
WeatherController({required this.weatherState, required this.weatherApi});
WeatherController({required this.weatherState, required this.weatherApi});