RequestPlaceWeatherUseCase
class RequestPlaceWeatherUseCase(appStore: AppStore, weatherConfig: WeatherAppConfig, requestWeatherUseCase: RequestWeatherNowWithForecastUseCase, isWeatherIntegrationEnabled: IsWeatherIntegrationEnabledUseCase, observeParkingBreakEnabled: ObserveParkingBreakEnabledOnPreviewUseCase, observeConnectivity: ObserveInternetAccessUseCase)
Constructors
Link copied to clipboard
constructor(appStore: AppStore, weatherConfig: WeatherAppConfig, requestWeatherUseCase: RequestWeatherNowWithForecastUseCase, isWeatherIntegrationEnabled: IsWeatherIntegrationEnabledUseCase, observeParkingBreakEnabled: ObserveParkingBreakEnabledOnPreviewUseCase, observeConnectivity: ObserveInternetAccessUseCase)