PersistRepository<FS> class

Implemented types

Constructors

PersistRepository({required String appName})

Properties

appName String
final
flutterState → FS?
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
isPersistEnabled bool
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version Future<int?>
no setteroverride

Methods

delete() Future<void>
override
deleteFromStorage() Future<void>
override
init() Future<void>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
save({required FS flutterState, required int version}) Future<void>
override
toString() String
A string representation of this object.
inherited

Operators

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