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