popUntil method

void popUntil(
  1. UntilFn test,
  2. bool ignore
)

Implementation

void popUntil(UntilFn test, bool ignore) {
  _until(test, ignore: ignore);
}