MethodChannelTextToSpeech class
- Inheritance
-
- Object
- PlatformInterface
- TextToSpeechPlatform
- MethodChannelTextToSpeech
Constructors
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
-
getDefaultLanguage(
) → Future< String?> -
override
-
getDisplayLanguageByCode(
String langCode) → Future< String?> -
inherited
-
getDisplayLanguages(
) → Future< List< String> ?> -
inherited
-
getLanguageCodeByName(
String languageName) → Future< String?> -
inherited
-
getLanguages(
) → Future< List< String> > -
override
-
getVoice(
) → Future< List< String> ?> -
override
-
getVoiceByLang(
String lang) → Future< List< String> ?> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pause(
) → Future< bool?> -
override
-
resume(
) → Future< bool?> -
override
-
setLanguage(
String language) → Future< bool?> -
override
-
setPitch(
num pitch) → Future< bool?> -
override
-
setRate(
num rate) → Future< bool?> -
override
-
setVolume(
num volume) → Future< bool?> -
override
-
speak(
String text) → Future< bool?> -
override
-
stop(
) → Future< bool?> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited