style method
- bool push = false,
Changes router location to the Routes.style page.
If push
is true
, then location is pushed to the router location stack.
Implementation
void style({bool push = false}) => (push ? this.push : go)(Routes.style);
Changes router location to the Routes.style page.
If push
is true
, then location is pushed to the router location stack.
void style({bool push = false}) => (push ? this.push : go)(Routes.style);