hasBiometricSupport method

Future<bool?> hasBiometricSupport()

Implementation

Future<bool?> hasBiometricSupport() async {
  return await SecurityModulePlatform.instance
      .hasBiometricSupport();
}