ObserveWeatherNowWithForecastUseCase
class ObserveWeatherNowWithForecastUseCase(weatherRepository: WeatherRepository, observeUserPreferredCurrentWeather: ObserveUserPreferredCurrentWeatherUseCase)
Constructors
Link copied to clipboard
constructor(weatherRepository: WeatherRepository, observeUserPreferredCurrentWeather: ObserveUserPreferredCurrentWeatherUseCase)