RequestLocalWeatherUpdateUseCase
class RequestLocalWeatherUpdateUseCase(requestLocalWeatherNowWithForecast: RequestLocalWeatherNowWithForecastUseCase, requestCurrentAddress: RequestCurrentAddressUseCase, appStore: AppStore, connectivityProvider: ConnectivityProvider, weatherAppConfig: WeatherAppConfig, retryOptions: RetryOptions)
Constructors
Link copied to clipboard
constructor(requestLocalWeatherNowWithForecast: RequestLocalWeatherNowWithForecastUseCase, requestCurrentAddress: RequestCurrentAddressUseCase, appStore: AppStore, connectivityProvider: ConnectivityProvider, weatherAppConfig: WeatherAppConfig, retryOptions: RetryOptions)