playText static method
- String text
Play TTS text
Parameters
- IN text Text to be played
Implementation
static void playText(String text) {
staticMethod('SoundService', 'playText', args: text);
}
Play TTS text
Parameters
static void playText(String text) {
staticMethod('SoundService', 'playText', args: text);
}