canCheckBiometrics property

Future<bool> get canCheckBiometrics

Checks if biometric authentication is available on the device

Implementation

Future<bool> get canCheckBiometrics => _localAuth.canCheckBiometrics;