HiveLocalStorage class

Constructors

HiveLocalStorage({FutureOr<String> baseDirFn()?, List<int>? encryptionKey, bool? clear})

Properties

baseDirFn → (FutureOr<String> Function()?)
final
clear bool
final
encryptionCipher → HiveAesCipher?
final
hashCode int
The hash code for this object.
no setterinherited
hive → HiveInterface
no setter
isInitialized bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

deleteBox(String name) Future<void>
initialize() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openBox<B>(String name) Future<Box<B>>
toString() String
A string representation of this object.
inherited

Operators

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