authAvailable property

Future<bool> authAvailable

Returns if device supports any of the available biometric authorisation types

Returns a Future boolean

Implementation

Future<bool> get authAvailable async => (await getAvailableBiometricTypes()).isNotEmpty;