Stream<SpeechSynthesisEvent> onBoundary

Stream of boundary events handled by this SpeechSynthesisUtterance.

Source

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