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