AndroidScoAudioState class

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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

Constants

connected → const AndroidScoAudioState
connecting indicating that the SCO audio channel is established
connecting → const AndroidScoAudioState
connected indicating that the SCO audio channel is being established
disconnected → const AndroidScoAudioState
disconnected indicating that the SCO audio channel is not established
error → const AndroidScoAudioState
error there was an error trying to obtain the state
values → const Map<int, AndroidScoAudioState>