promotion method

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

Changes router location to the Routes.promotion page.

Implementation

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