isAvailable property
bool
get
isAvailable
Returns true if the provider has been initialized and can be used to recognize speech.
Implementation
bool get isAvailable => _speechToText.isAvailable;
Returns true if the provider has been initialized and can be used to recognize speech.
bool get isAvailable => _speechToText.isAvailable;