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