KeyChain class

Implemented types

Constructors

KeyChain(ICore core)

Properties

core ICore
final
hashCode int
The hash code for this object.
no setterinherited
keyChain Map<String, String>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storageKey String
no setteroverride

Methods

delete(String tag, {dynamic options}) Future<void>
Deletes the key from the keychain
override
get(String tag, {dynamic options}) String
Gets the key associated with the provided tag
override
has(String tag, {dynamic options}) bool
Returns true if the keychain has the given tag
override
init() Future<void>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
persist() Future<void>
override
restore() Future<void>
override
set(String tag, String key, {dynamic options}) Future<void>
Sets the value with the given key
override
toString() String
A string representation of this object.
inherited

Operators

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

Constants

KEYCHAIN → const String
KEYCHAIN_STORAGE_VERSION → const String