Speech class abstract

Commands to react to speech events.

Annotations
  • @anonymous
  • @JS()

Constructors

Speech()
factory

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onStarted(VoidCallback callback) Speech
This function is used to register a listener for when Alexa speech has started
onStopped(VoidCallback callback) Speech
This function is used to register a listener for when Alexa speech has stopped
toString() String
A string representation of this object.
inherited

Operators

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