onError property - SpeechRecognition class - dart:html library (original) (raw)
Stream<SpeechRecognitionError> getonError
Stream of error
events handled by this SpeechRecognition.
Implementation
Stream<SpeechRecognitionError> get onError => errorEvent.forTarget(this);