Stream<SpeechSynthesisEvent> onStart

Stream of start events handled by this SpeechSynthesisUtterance.

Source

@DomName('SpeechSynthesisUtterance.onstart')
@DocsEditable()
Stream<SpeechSynthesisEvent> get onStart => startEvent.forTarget(this);