onError property - SpeechRecognition class - dart:html library (original) (raw)

description

Stream<SpeechRecognitionError> getonError

Stream of error events handled by this SpeechRecognition.

Implementation

Stream<SpeechRecognitionError> get onError => errorEvent.forTarget(this);