clearHistory method

void clearHistory()

Clear route history

Implementation

void clearHistory() {
  value = value.copyWith(routeHistory: []);
}