onBoundary property

Stream<SpeechSynthesisEvent> onBoundary
@DocsEditable(), @DomName('SpeechSynthesisUtterance.onboundary')

Stream of boundary events handled by this SpeechSynthesisUtterance.

Implementation

@DomName('SpeechSynthesisUtterance.onboundary')
@DocsEditable()
Stream<SpeechSynthesisEvent> get onBoundary => boundaryEvent.forTarget(this);