Persist<FS> class abstract

Implementers

Constructors

Persist({required String appName})
factory

Properties

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

Methods

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

Operators

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