restore abstract method

void restore(
  1. 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.

Implementation

void restore(Map<String, Object?> state);