partnerTransactions method

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

Changes router location to the Routes.partnerTransactions page.

Implementation

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