restore abstract method
Applies a previously captured snapshot (from OrbitStore.snapshot) back onto this store's fields. Called by Orbit.undo()/redo() — never call this directly.
Implementation
void restore(Map<String, Object?> state);
Applies a previously captured snapshot (from OrbitStore.snapshot) back onto this store's fields. Called by Orbit.undo()/redo() — never call this directly.
void restore(Map<String, Object?> state);