biometricEnroll method

Future<bool?> biometricEnroll()

生物识别注册 Open Android settings in Biometric Enroll section. returns operation successful or failure.

Implementation

Future<bool?> biometricEnroll() {
  return postMessage(
    action: 'android.settings.BIOMETRIC_ENROLL',
  );
}