VoiceCommandWidgetModel class

Constructors

VoiceCommandWidgetModel(EventBus _eventBus, VoiceCommandManager _voiceCommandManager)

Properties

commands Set<VoiceCommand>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
onCommandReceived ↔ dynamic Function(VoiceCommand)
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

afterFirstLayout() → void
inherited
disposeState() → void
handleError(dynamic error) Future<Unit>
initState() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onVisibilityChanged(VisibilityInfo info) → void
run(dynamic handler(), {bool shouldHandleError = true}) Future<bool>
inherited
toString() String
A string representation of this object.
inherited

Operators

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