SignatureOptions class

Options that control how a signature request behaves on each platform.

Constructors

SignatureOptions.new({required String payload, String? promptMessage, AndroidSignatureOptions? androidOptions, IosSignatureOptions? iosOptions})
Creates a new SignatureOptions instance.
const
SignatureOptions.fromLegacyMap(Map<String, String> legacy)
Creates a SignatureOptions instance from the legacy plugin map API.
factory

Properties

androidOptions AndroidSignatureOptions?
Platform-specific overrides for Android.
final
hashCode int
The hash code for this object.
no setterinherited
iosOptions IosSignatureOptions?
Platform-specific overrides for iOS.
final
payload String
Payload string that will be signed and returned in the response.
final
promptMessage String?
Custom prompt message shown in the biometric authentication dialog.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMethodChannelMap() Map<String, dynamic>
Converts the options into a flat map that the method channel expects.
toString() String
A string representation of this object.
inherited

Operators

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