onBoundary 属性

Stream<SpeechSynthesisEvent> onBoundary

由该 SpeechSynthesisUtterance 处理的 boundary 事件流。

实现

Stream<SpeechSynthesisEvent> get onBoundary => boundaryEvent.forTarget(this);