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