cancel method
The cancel() method of the SpeechSynthesis
interface removes all utterances from the utterance queue.
If an utterance is currently being spoken, speaking will stop immediately.
Implementation
external void cancel();
The cancel() method of the SpeechSynthesis
interface removes all utterances from the utterance queue.
If an utterance is currently being spoken, speaking will stop immediately.
external void cancel();