Stream<Event> onSpeechEnd

Stream of speechend events handled by this SpeechRecognition.

Source

@DomName('SpeechRecognition.onspeechend')
@DocsEditable()
Stream<Event> get onSpeechEnd => speechEndEvent.forTarget(this);