popUntilPath method

void popUntilPath(
  1. String path
)

Implementation

void popUntilPath(String path) {
  popUntil(RouteData.withPath(path));
}