onSpeechStart property Null safety

Stream<Event> onSpeechStart

Stream of speechstart events handled by this SpeechRecognition.

Implementation

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