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