hasBiometricSupport method

Future<bool?> hasBiometricSupport()

Checks if the device has biometric support.

Implementation

Future<bool?> hasBiometricSupport() {
  throw UnimplementedError(
      'hasBiometricSupport() has not been implemented.');
}