onAudioStart property Null safety

Stream<Event> onAudioStart

Stream of audiostart events handled by this SpeechRecognition.

Implementation

Stream<Event> get onAudioStart => audioStartEvent.forTarget(this);