onSoundStart property

Stream<Event> onSoundStart

Stream of soundstart events handled by this SpeechRecognition.

Implementation

Stream<Event> get onSoundStart => soundStartEvent.forTarget(this);