isAvailable property

bool isAvailable

Returns true if the provider has been initialized and can be used to recognize speech.

Implementation

bool get isAvailable => _speechToText.isAvailable;