error property
SpeechRecognitionError?
get
error
The error received from the speech recognizer.
Implementation
SpeechRecognitionError? get error => _error;
The error received from the speech recognizer.
SpeechRecognitionError? get error => _error;