redux_persist_encoder package
documentation
redux_persist
Migration typedef
Migration
redux_persist_encoder package
documentation
redux_persist
Migration typedef
redux_persist library
Classes
FileStorage
MemoryStorage
PersistAction
PersistErrorAction
PersistLoadedAction
PersistLoadingAction
Persistor
PersistSavedAction
PersistSavingAction
RawTransforms
StorageEngine
Transforms
Typedefs
Decoder
Encoder
Migration
RawTransformer
Transformer
Exceptions
InvalidVersionException
SerializationException
StorageException
TransformationException
Migration
typedef
dynamic
Migration
(
dynamic
state
)
State migrations (immutable).
Implementation
typedef dynamic Migration(dynamic state);