Stream<Event> onSoundStart

Stream of soundstart events handled by this SpeechRecognition.

Source

@DomName('SpeechRecognition.onsoundstart')
@DocsEditable()
Stream<Event> get onSoundStart => soundStartEvent.forTarget(this);