AndroidDecryptionOptions class
Android-specific decryption parameters.
Constructors
- AndroidDecryptionOptions({String? cancelButtonText, bool? allowDeviceCredentials, String? subtitle})
-
Creates a new AndroidDecryptionOptions instance.
const
Properties
- allowDeviceCredentials → bool?
-
Whether device credentials (PIN / Pattern / Password) may satisfy the
biometric prompt on Android 11+.
final
- cancelButtonText → String?
-
Text displayed on the cancel button in the biometric prompt.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasValues → bool
-
Whether any Android-specific parameters were provided.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subtitle → String?
-
Optional subtitle displayed beneath the prompt title.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMethodChannelMap(
) → Map< String, dynamic> - Converts Android-specific options to a method-channel-compatible map.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited