onSpeechStart property

Stream<Event> get onSpeechStart

Stream of speechstart events handled by this SpeechRecognition.

Implementation

Stream<Event> get onSpeechStart => speechStartEvent.forTarget(this);