VoiceInstructionsViewModel

class VoiceInstructionsViewModel(appStore: AppStore, observeMuteVoiceInstructions: ObserveMuteVoiceInstructionsUseCase, setMuteVoiceInstructions: SetMuteVoiceInstructionsUseCase) : ViewModel

Constructors

Link copied to clipboard
constructor(appStore: AppStore, observeMuteVoiceInstructions: ObserveMuteVoiceInstructionsUseCase, setMuteVoiceInstructions: SetMuteVoiceInstructionsUseCase)

Properties

Link copied to clipboard
val muted: StateFlow<Boolean>
Link copied to clipboard
val visible: StateFlow<Boolean>

Functions

Link copied to clipboard
Link copied to clipboard
fun toggle()