onSoundEnd property

Stream<Event> onSoundEnd

Stream of soundend events handled by this SpeechRecognition.

Implementation

Stream<Event> get onSoundEnd => soundEndEvent.forTarget(this);