LocalStoragePlus class

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

clear() Future<bool>
Clear all local data
containsKey(String key) Future<bool>
Check if key exists
delete(String key) Future<bool>
Delete data with custom key
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read(String key) Future
Get data with custom key
toString() String
A string representation of this object.
inherited
write(String key, dynamic data) Future
Save data with custom key

Operators

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