Vault class

Constructors

Vault()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

delete(String key) → void
Deletes the value stored with key
deleteAll() → void
Deletes everything stored in Vault
get(String key) Future<Object?>
Get Object stored in secure storage key key
listen(String key) Stream<Object?>
Get a Stream of Object
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
save(String key, Object object) → void
Save object in secure storage with key
toString() String
A string representation of this object.
inherited

Operators

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