Stream<SpeechSynthesisEvent> onResume

Stream of resume events handled by this SpeechSynthesisUtterance.

Source

@DomName('SpeechSynthesisUtterance.onresume')
@DocsEditable()
Stream<SpeechSynthesisEvent> get onResume => resumeEvent.forTarget(this);