Keeps track of historical values (i.e. of a Store) and allows you to navigate back in history
history keeps at most this many last values
initial content of the history
adds a new value to the history
gets the last value that has been added and removes it from the history.
gets the last value that has been added to the history. Leaves history unmodified.
clears the history.
syncs this history to a given store, so that each update is automatically stored in history.
Flow describing, if a value is available in the history
Represents the current entries in history.
Gives a Flow with the entries of the history.