playText static method

void playText(
  1. String text
)

Play TTS text

Parameters

  • IN text Text to be played

Implementation

static void playText(String text) {
  staticMethod('SoundService', 'playText', args: text);
}