clearHistory method

void clearHistory()

Implementation

void clearHistory() {
  navigationHistory.emit([]);
  _historyIndex = -1;
}