Stream<Event> onStart

Stream of start events handled by this SpeechRecognition.

Source

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