clearHistory method

void clearHistory()

Clears the navigation history.

Implementation

void clearHistory() {
  _history.clear();
}