IosBiometricOptions constructor

const IosBiometricOptions({
  1. String? localizedFallbackTitle,
  2. String? localizedCancelTitle,
  3. bool allowDevicePasscode = true,
  4. bool invalidateKeysOnEnrollment = true,
})

Creates iOS biometric customization options.

Implementation

const IosBiometricOptions({
  this.localizedFallbackTitle,
  this.localizedCancelTitle,
  this.allowDevicePasscode = true,
  this.invalidateKeysOnEnrollment = true,
});