IHiveManager<T> class abstract

Constructors

IHiveManager()

Properties

box → Box<T>
no setter
hashCode int
The hash code for this object.
no setterinherited
listenable ValueListenable<Box<T>>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addBox(String id, T item) Future<bool>
clear() Future<int>
closeBox() → void
deleteBox(String id) Future<bool>
listBox() List<T>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openBox() Future<void>
readBox(String id) → T?
toString() String
A string representation of this object.
inherited
updateBox(String id, T item) Future<bool>

Operators

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