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
-
addOrUpdate(String boxName, String key, dynamic value)
→ Future<JobDone>
-
-
clearBox(String boxName)
→ Future<int>
-
-
closeBox(String boxName)
→ Future<JobDone>
-
-
closeDatabase()
→ Future<JobDone>
-
-
delete(String boxName, String key)
→ Future<JobDone>
-
-
deleteBoxFromDisk(String boxName)
→ Future<JobDone>
-
-
deleteDatabaseFromDisk()
→ Future<JobDone>
-
-
deleteMultiple(String boxName, Iterable keys)
→ Future<JobDone>
-
-
hasProperty(String boxName, String key)
→ Future<bool>
-
-
initializeDatabase()
→ Future<JobDone>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
openBox(String boxName)
→ Future<Box>
-
-
read(String boxName, String key, {dynamic defaultValue})
→ Future
-
-
registerAdapter<T>(TypeAdapter<T> adapter, {bool override = false})
→ Future<JobDone>
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
update(String boxName, String key, dynamic value)
→ Future<JobDone>
-
-
write(String boxName, String key, dynamic value)
→ Future<JobDone>
-
-
writeMultiple(String boxName, Map enteries)
→ Future<JobDone>
-