clear method

void clear()

Clear all history.

Implementation

void clear() {
  _entries.clear();
  _resetNavigation();
}