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