onSpeechEnd property

Stream<Event> onSpeechEnd

Stream of speechend events handled by this SpeechRecognition.

Implementation

Stream<Event> get onSpeechEnd => speechEndEvent.forTarget(this);