Stream<Event> onAudioStart

Stream of audiostart events handled by this SpeechRecognition.

Source

@DomName('SpeechRecognition.onaudiostart')
@DocsEditable()
Stream<Event> get onAudioStart => audioStartEvent.forTarget(this);