Stream of error events handled by this SpeechSynthesisUtterance.
Source
@DomName('SpeechSynthesisUtterance.onerror')
@DocsEditable()
Stream<Event> get onError => errorEvent.forTarget(this);
Stream of error events handled by this SpeechSynthesisUtterance.
@DomName('SpeechSynthesisUtterance.onerror')
@DocsEditable()
Stream<Event> get onError => errorEvent.forTarget(this);