pause method

void pause()

Pauses speech synthesis, potentially in the middle of an utterance. A call to resume or stop will un-pause speech.

Implementation

void pause() {
  $js.chrome.tts.pause();
}