onBoundary property
Stream of boundary
events handled by this SpeechSynthesisUtterance.
Implementation
Stream<SpeechSynthesisEvent> get onBoundary => boundaryEvent.forTarget(this);
Stream of boundary
events handled by this SpeechSynthesisUtterance.
Stream<SpeechSynthesisEvent> get onBoundary => boundaryEvent.forTarget(this);