onError property

Stream<Event> onError
@DocsEditable(), @DomName('SpeechSynthesisUtterance.onerror')

Stream of error events handled by this SpeechSynthesisUtterance.

Implementation

@DomName('SpeechSynthesisUtterance.onerror')
@DocsEditable()
Stream<Event> get onError => errorEvent.forTarget(this);