resume method
void
resume()
The resume()
method of the SpeechSynthesis
interface puts the SpeechSynthesis
object into a non-paused state:
resumes it if it was already paused.
Implementation
external void resume();
The resume()
method of the SpeechSynthesis
interface puts the SpeechSynthesis
object into a non-paused state:
resumes it if it was already paused.
external void resume();