Stream<Event> onEnd

Stream of end events handled by this SpeechRecognition.

Source

@DomName('SpeechRecognition.onend')
@DocsEditable()
Stream<Event> get onEnd => endEvent.forTarget(this);