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