canCheckBiometrics property

Future<bool> canCheckBiometrics

Returns true if device is capable of checking biometrics

Returns a Future bool true or false:

Implementation

Future<bool> get canCheckBiometrics async => (await _channel.invokeListMethod<String>('getAvailableBiometrics'))?.isNotEmpty ?? false;