DecryptConfig class

Configuration for decryption (all platforms).

Fields are documented with which platform(s) they apply to. Note: Decryption is not supported on Windows.

Constructors

DecryptConfig({String? promptSubtitle, String? promptDescription, String? cancelButtonText, bool? allowDeviceCredentials})

Properties

allowDeviceCredentials bool?
Android Whether to allow device credentials (PIN/pattern) as fallback.
getter/setter pair
cancelButtonText String?
Android Text for the cancel button in the biometric prompt.
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
promptDescription String?
Android Description text for the biometric prompt.
getter/setter pair
promptSubtitle String?
Android Subtitle text for the biometric prompt.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

encode() Object
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override

Static Methods

decode(Object result) DecryptConfig