goRootPage method

void goRootPage()

Implementation

void goRootPage() {
  _pages.clear();
  _location = '/';
  pushNamed(name: _location!);
}