onPause property

Stream<Event> onPause
@DocsEditable(), @DomName('SpeechSynthesisUtterance.onpause')

Stream of pause events handled by this SpeechSynthesisUtterance.

Implementation

@DomName('SpeechSynthesisUtterance.onpause')
@DocsEditable()
Stream<Event> get onPause => pauseEvent.forTarget(this);