isDeviceSupported property

Future<bool> get isDeviceSupported

Checks if the device is enrolled with biometrics

Implementation

Future<bool> get isDeviceSupported => _localAuth.isDeviceSupported();