prices method

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

Changes router location to the Routes.prices page.

Implementation

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