RequestLocalWeatherUpdateUseCase

constructor(requestLocalWeatherNowWithForecast: RequestLocalWeatherNowWithForecastUseCase, requestCurrentAddress: RequestCurrentAddressUseCase, appStore: AppStore, connectivityProvider: ConnectivityProvider, weatherAppConfig: WeatherAppConfig, retryOptions: RetryOptions)