loadHistory method

void loadHistory()

Loads the state of _history at the current historyIndex

Implementation

void loadHistory() {
  provider.loadSerializedNodes(_history[historyIndex]);
}