onSoundStart property Null safety

Stream<Event> onSoundStart

Stream of soundstart events handled by this SpeechRecognition.

Implementation

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