Stream<SpeechSynthesisEvent> onEnd

Stream of end events handled by this SpeechSynthesisUtterance.

Source

@DomName('SpeechSynthesisUtterance.onend')
@DocsEditable()
Stream<SpeechSynthesisEvent> get onEnd => endEvent.forTarget(this);