VasatStorageProvider class abstract
Constructors
Properties
Methods
-
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