clearHistory method
void
clearHistory()
Clear route history
Implementation
void clearHistory() {
value = value.copyWith(routeHistory: []);
}
Clear route history
void clearHistory() {
value = value.copyWith(routeHistory: []);
}