popUntilRoot method

void popUntilRoot()

Implementation

void popUntilRoot() {
  popUntil((route) => route.isFirst);
}