deviceSupportsBiometrics method

Future<bool> deviceSupportsBiometrics()

Returns true if the device is capable of checking biometrics.

This will return true even if there are no biometrics currently enrolled.

Implementation

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