affiliate method

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

Changes router location to the Routes.affiliate page.

Implementation

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