isNotAvailable property
bool
get
isNotAvailable
Returns true if the provider cannot be used to recognize speech, either because it has not yet been initialized or because initialization failed.
Implementation
bool get isNotAvailable => !_speechToText.isAvailable;