popToRoot method

void popToRoot()

Implementation

void popToRoot() {
  popUntil((r) => r.isFirst);
}