onEnd property

Stream<Event> onEnd
@DocsEditable(), @DomName('SpeechRecognition.onend')

Stream of end events handled by this SpeechRecognition.

Implementation

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