DecryptConfig constructor

DecryptConfig({
  1. String? promptSubtitle,
  2. String? promptDescription,
  3. String? cancelButtonText,
  4. bool? allowDeviceCredentials,
  5. bool? shouldMigrate,
  6. List<BiometricFallbackOption?>? fallbackOptions,
})

Implementation

DecryptConfig({
  this.promptSubtitle,
  this.promptDescription,
  this.cancelButtonText,
  this.allowDeviceCredentials,
  this.shouldMigrate,
  this.fallbackOptions,
});