onError property
Stream of error
events handled by this SpeechRecognition.
Implementation
Stream<SpeechRecognitionError> get onError => errorEvent.forTarget(this);
Stream of error
events handled by this SpeechRecognition.
Stream<SpeechRecognitionError> get onError => errorEvent.forTarget(this);