Stream<Event> onAudioEnd

Stream of audioend events handled by this SpeechRecognition.

Source

@DomName('SpeechRecognition.onaudioend')
@DocsEditable()
Stream<Event> get onAudioEnd => audioEndEvent.forTarget(this);