FlutterTtsPlugin class
Constructors
Properties
- awaitSpeakCompletion ↔ bool
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isContinued → dynamic
-
no setter
- isPaused → dynamic
-
no setter
- isPlaying → dynamic
-
no setter
- isStopped → dynamic
-
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
- synth ↔ JsObject
-
getter/setter pair
- t ↔ Timer?
-
getter/setter pair
- ttsState ↔ TtsState
-
getter/setter pair
- utterance ↔ JsObject
-
getter/setter pair
- voices ↔ List?
-
getter/setter pair
Methods
-
getVoices(
) → dynamic -
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
- PLATFORM_CHANNEL → const String