ObserveSlowTrafficNotificationUseCase
class ObserveSlowTrafficNotificationUseCase(observerRouteProgress: ObserveRouteProgressUseCase, settingsRepository: SettingsRepository, notificationRepository: DriverNotificationRepository, config: ConfigRepository)
Constructors
Link copied to clipboard
constructor(observerRouteProgress: ObserveRouteProgressUseCase, settingsRepository: SettingsRepository, notificationRepository: DriverNotificationRepository, config: ConfigRepository)
Functions
Link copied to clipboard
operator fun invoke(driverNotificationUiState: StateFlow<DashDriverNotification?>?): Flow<DashDriverNotification>