onAudioEnd property Null safety

Stream<Event> onAudioEnd

Stream of audioend events handled by this SpeechRecognition.

Implementation

Stream<Event> get onAudioEnd => audioEndEvent.forTarget(this);