resume method

void resume()

If speech was paused, resumes speaking where it left off.

Implementation

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