walletTransactions method

void walletTransactions({
  1. bool push = false,
})

Changes router location to the Routes.walletTransactions page.

Implementation

void walletTransactions({bool push = false}) =>
    (push ? this.push : go)(Routes.walletTransactions);