HivePersistence class

Inheritance

Constructors

HivePersistence()

Properties

boxCompleter Completer<Box>
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clear() Future<void>
override
configure(String boxName) Future<void>
containsKey(String key) Future<bool>
override
get(String key) Future<Object?>
override
getBool(String key) Future<bool?>
override
getDouble(String key) Future<double?>
override
getInt(String key) Future<int?>
override
getMap(String key) Future<Map?>
override
getMapList(String key) Future<List<Map>>
inherited
getString(String key) Future<String?>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove(String key) Future<void>
override
set(String key, dynamic value) Future<void>
override
setBool(String key, bool value) Future<void>
override
setDouble(String key, double value) Future<void>
override
setInt(String key, int value) Future<void>
override
setMap(String key, Map value) Future<void>
override
setMapList(String key, Iterable<Map> values) Future<void>
inherited
setString(String key, String value) Future<void>
override
toString() String
A string representation of this object.
inherited

Operators

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