onSpeechEnd property

Stream<Event> onSpeechEnd
@DocsEditable(), @DomName('SpeechRecognition.onspeechend')

Stream of speechend events handled by this SpeechRecognition.

Implementation

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