@DocsEditable(), @DomName('SpeechSynthesisUtterance.onboundary')
Stream of boundary
events handled by this SpeechSynthesisUtterance.
Source
@DomName('SpeechSynthesisUtterance.onboundary')
@DocsEditable()
Stream<SpeechSynthesisEvent> get onBoundary => boundaryEvent.forTarget(this);