isAvailable method
Whether on-device speech recognition is available on this device right now (model downloaded, hardware supported). Does not request permission.
Implementation
Future<bool> isAvailable() {
throw UnimplementedError('isAvailable() has not been implemented.');
}