IOSOptions class
Options for iOS platform.
Provides configuration for iOS Keychain operations.
- Inheritance
-
- Object
- CrossvaultOptions
- IOSOptions
Constructors
- IOSOptions({String? accessGroup, bool synchronizable = false, IOSAccessibility accessibility = IOSAccessibility.afterFirstUnlock})
-
Creates iOS-specific options.
const
Properties
- accessGroup → String?
-
The Keychain access group identifier.
final
- accessibility → IOSAccessibility
-
The accessibility level for the keychain item.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- synchronizable → bool
-
Whether to synchronize this item with iCloud Keychain.
final
Methods
-
merge(
CrossvaultOptions? other) → IOSOptions -
Merges this options with another options.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited