onError property Null safety

Stream<SpeechRecognitionError> onError

Stream of error events handled by this SpeechRecognition.

Implementation

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