HiveLazyAdapter class

Inheritance

Constructors

HiveLazyAdapter(String path, {HiveCipher? encryptionCipher, bool? crashRecovery})

Properties

crashRecovery bool?
If it supports crash recovery
finalinherited
encryptionCipher → HiveCipher?
The encryption cypher
finalinherited
hashCode int
The hash code for this object.
no setterinherited
path String
The path to the box
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

boxValue(LazyBox<Map> store, String key) Future<Map?>
Returns the box value by key
override
delete(String name) Future<void>
Deletes a named cache from a store or the store itself if a named cache is stored individually
inherited
deleteAll() Future<void>
Deletes the store a if a store is implemented in a way that puts all the named caches in one storage, or stores(s) if multiple storages are used
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openBox(String name) Future<LazyBox<Map>>
Opens the box
override
store(String name) Future<LazyBox<Map>>
inherited
toString() String
A string representation of this object.
inherited

Operators

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