IosSignatureOptions class

iOS-specific overrides for a signature request.

Constructors

IosSignatureOptions({bool? shouldMigrate})
Creates a new IosSignatureOptions instance.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
hasValues bool
Whether any iOS-specific values have been provided.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shouldMigrate bool?
Whether the legacy secure enclave key should be migrated if available.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMethodChannelMap() Map<String, dynamic>
Converts iOS-specific options to a method-channel friendly map.
toString() String
A string representation of this object.
inherited

Operators

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