erase method
- bool push = false,
Changes router location to the Routes.erase page.
Implementation
void erase({bool push = false}) => (push ? this.push : go)(Routes.erase);
Changes router location to the Routes.erase page.
void erase({bool push = false}) => (push ? this.push : go)(Routes.erase);