CoreStorage class abstract

Abstract for CRUD operations over storage

Implementers

Constructors

CoreStorage()

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>
create(String key, String item) Future<bool>
delete(String key) Future<bool>
getAll() Future<List<String?>>
init() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read(String key) Future<String?>
seed(List<MapEntry<String, String>> items) Future<bool>
toString() String
A string representation of this object.
inherited
update(String key, String item) Future<bool>

Operators

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