CreateKeysConfig constructor

CreateKeysConfig({
  1. SignatureType? signatureType,
  2. bool? enforceBiometric,
  3. bool? setInvalidatedByBiometricEnrollment,
  4. bool? useDeviceCredentials,
  5. bool? enableDecryption,
  6. String? promptSubtitle,
  7. String? promptDescription,
  8. String? cancelButtonText,
  9. bool? failIfExists,
  10. List<BiometricFallbackOption?>? fallbackOptions,
})

Implementation

CreateKeysConfig({
  this.signatureType,
  this.enforceBiometric,
  this.setInvalidatedByBiometricEnrollment,
  this.useDeviceCredentials,
  this.enableDecryption,
  this.promptSubtitle,
  this.promptDescription,
  this.cancelButtonText,
  this.failIfExists,
  this.fallbackOptions,
});