replace method
void
replace(
- R route
Implementation
void replace(R route) {
_stack.removeLast();
_stack.add(route);
_changes.add(null);
}
void replace(R route) {
_stack.removeLast();
_stack.add(route);
_changes.add(null);
}