AndroidDecryptionOptions constructor

const AndroidDecryptionOptions({
  1. String? cancelButtonText,
  2. bool? allowDeviceCredentials,
  3. String? subtitle,
})

Creates a new AndroidDecryptionOptions instance.

Implementation

const AndroidDecryptionOptions({
  this.cancelButtonText,
  this.allowDeviceCredentials,
  this.subtitle,
});