onEnd property

Stream<Event> onEnd

Stream of end events handled by this SpeechRecognition.

Implementation

Stream<Event> get onEnd => endEvent.forTarget(this);