TextToSpeechPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • TextToSpeechPlatform
Implementers

Constructors

TextToSpeechPlatform()

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

Operators

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

Static Properties

instance TextToSpeechPlatform
Getter of current platform instance
getter/setter pair