VoiceModeContract mixin
- Mixin applications
Properties
-
audioVolumeStream
→ Stream<
double> ? -
Retuns the current audio volume.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- isInVoiceMode → bool
-
Indicates the voice mode is active or not.
no setter
- isLoadingVoiceMode → bool
-
Indicates the voice mode is being started or exited.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
dispose(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setStatus(
ChatStatus status) → void -
startVoiceMode(
) → Future< RealtimeModel?> -
stopVoiceInteraction(
) → void - Stops the current voice interaction.
-
stopVoiceMode(
) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited