onEnd property
Stream of end
events handled by this SpeechSynthesisUtterance.
Implementation
Stream<SpeechSynthesisEvent> get onEnd => endEvent.forTarget(this);
Stream of end
events handled by this SpeechSynthesisUtterance.
Stream<SpeechSynthesisEvent> get onEnd => endEvent.forTarget(this);