canCheckBiometrics method

Future<bool> canCheckBiometrics()

Check if biometric hardware is available on the device

Implementation

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