popRootRoute method

void popRootRoute()

Implementation

void popRootRoute() {
  _rootRoutes.removeLast();
  _history.pop();
  notifyWithLimit();
}