VasatStorageProvider class abstract

Implementers

Constructors

VasatStorageProvider()

Properties

dbName String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

findObjectById<T extends VasatModel<T>>(String uid, VasatFromJsonFactory<T> factory) Future<T?>
generateUID(Type classType) String
getObjectKey(String objectName) String
getObjectLastTimestamp(String vasatObjectName) Future<int?>
getObjects<T extends VasatModel<T>>(VasatFromJsonFactory<T> factory) Future<List<T>>
getRandomString(int length) String
getSession() Future<Session?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openDatabase(String dbName) Future<void>
removeSession() Future<bool>
saveObjects<T extends VasatModel<T>>(List<T> objects) Future<bool>
saveSession(Session session) Future<bool>
setObjectLastTimestamp(String vasatObjectName, int timestamp) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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