onEnd property

Stream<SpeechSynthesisEvent> onEnd
@DocsEditable(), @DomName('SpeechSynthesisUtterance.onend')

Stream of end events handled by this SpeechSynthesisUtterance.

Implementation

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