SSTService class

Constructors

SSTService()
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

initSpeechToText() Future
This has to happen only once per app
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
startListening({required void speechListenFunction(SpeechRecognitionResult?)}) → void
Each time to start a speech recognition session
stopListening() → void
Manually stop the active speech recognition session Note that there are also timeouts that each platform enforces and the SpeechToText plugin supports setting timeouts on the listen method.
toString() String
A string representation of this object.
inherited

Operators

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