statistics method

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

Changes router location to the Routes.statistics page.

Implementation

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