DecryptConfig constructor

DecryptConfig({
  1. String? promptSubtitle,
  2. String? promptDescription,
  3. String? cancelButtonText,
  4. bool? allowDeviceCredentials,
})

Implementation

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