popAnonymousRoute method

void popAnonymousRoute()

Implementation

void popAnonymousRoute() {
  _history.pop();
}