DriverNotificationViewModel

constructor(appStore: AppStore, driverNotificationRepository: DriverNotificationRepository, handleFasterRouteNotification: HandleFasterRouteNotificationUseCase, observeHidingDriverNotification: ObserveHidingDriverNotificationUseCase, startObservingEndActiveGuidance: StartObservingEndActiveGuidanceUseCase, handleBorderCrossingNotification: ObserveBorderCrossingNotificationUseCase, observeCancelFasterRouteUseCase: ObserveCancelFasterRouteNotificationUseCase, observeCancelBorderCrossingNotification: ObserveCancelBorderCrossingNotificationUseCase, observeSlowTrafficNotification: ObserveSlowTrafficNotificationUseCase)