clearHistory method

void clearHistory()

Clear undo/redo history.

Implementation

void clearHistory() => _changeStack.clear();