FlutterTtsPlugin class

Constructors

FlutterTtsPlugin()

Properties

awaitSpeakCompletion ↔ bool
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
isContinued → bool
no setter
isPaused → bool
no setter
isPlaying → bool
no setter
isStopped → bool
no setter
languages ↔ List<String>
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
supported ↔ bool
getter/setter pair
t ↔ Timer?
getter/setter pair
ttsState ↔ TtsState
getter/setter pair
utterance ↔ SpeechSynthesisUtterance
latefinal
voices ↔ List<SpeechSynthesisVoice>
getter/setter pair

Methods

getVoices() → Future<List<Map<String, String>>>
handleMethodCall(MethodCall call) → Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

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

Static Properties

channel ↔ MethodChannel
getter/setter pair

Static Methods

registerWith(Registrar registrar) → void

Constants

platformChannel → const String