clear method

void clear()

Clears the history.

Implementation

void clear() {
  history.clear();
}