state_contributor library

Classes

StateContributor<T>
Contract for state contributors that can export and import their state.

Typedefs

StateExporter = Map<String, dynamic> Function()
Function signature for exporting application state to a JSON-serializable map.
StateImporter = void Function(Map<String, dynamic>)
Function signature for importing application state from a JSON-serializable map.