onResume property

Stream<SpeechSynthesisEvent> onResume
@DocsEditable(), @DomName('SpeechSynthesisUtterance.onresume')

Stream of resume events handled by this SpeechSynthesisUtterance.

Implementation

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