reset method

void reset()

Implementation

void reset() {
  route = _routes.homeRoute;
}