onSpeechEnd property

Stream<Event> get onSpeechEnd

Stream of speechend events handled by this SpeechRecognition.

Implementation

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