ObserveWeatherNowWithForecastUseCase

class ObserveWeatherNowWithForecastUseCase(    weatherRepository: WeatherRepository,     observeUserPreferredCurrentWeather: ObserveUserPreferredCurrentWeatherUseCase)

Constructors

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

Functions

Link copied to clipboard
operator fun invoke(): Flow<WeatherNowWithForecast?>