AudioLocalStorageModel mixin
- Mixin applications
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getMicSendMode(
) → Future< MicSendMode?> -
getSentenceInterval(
) → Future< Duration?> -
getSpeakerVoice(
) → Future< String?> -
getTranscriptionLanguage(
) → Future< String?> - Input language in ISO-639-1 format.
-
getTtsQuality(
) → Future< bool?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
saveMicSendMode(
MicSendMode value) → Future< void> -
saveSentenceInterval(
Duration value) → Future< void> -
saveSpeakerVoice(
String? voice) → Future< void> -
saveTranscriptionLanguage(
String lang) → Future< void> - Input language in ISO-639-1 format.
-
saveTtsQuality(
bool highQuality) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited