AITranscriberConfigManager class

Constructors

AITranscriberConfigManager()
factory

Properties

currentSettings ValueNotifier<AITranscriberSettings>
no setter
hashCode int
The hash code for this object.
no setterinherited
isPanelVisible ValueNotifier<bool>
no setter
isRunning ValueNotifier<bool>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

hidePanel() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset({bool preserveSettings = true}) → void
showPanel() → void
start() → void
stop() → void
toggle() → void
togglePanel() → void
toString() String
A string representation of this object.
inherited
updateSettings(AITranscriberSettings settings) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited