onSoundStart property

Stream<Event> onSoundStart
@DocsEditable(), @DomName('SpeechRecognition.onsoundstart')

Stream of soundstart events handled by this SpeechRecognition.

Implementation

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