onMark property

Stream<SpeechSynthesisEvent> onMark
@DocsEditable(), @DomName('SpeechSynthesisUtterance.onmark')

Stream of mark events handled by this SpeechSynthesisUtterance.

Implementation

@DomName('SpeechSynthesisUtterance.onmark')
@DocsEditable()
Stream<SpeechSynthesisEvent> get onMark => markEvent.forTarget(this);