@DocsEditable(), @DomName('SpeechSynthesisUtterance.onresume')
Stream of resume
events handled by this SpeechSynthesisUtterance.
Source
@DomName('SpeechSynthesisUtterance.onresume')
@DocsEditable()
Stream<SpeechSynthesisEvent> get onResume => resumeEvent.forTarget(this);