popUntil method

void popUntil()

Implementation

void popUntil() {
  Navigator.of(this).popUntil((route) => false);
}