popUntil static method

void popUntil(
  1. String routeName
)

Implementation

static void popUntil(String routeName) {
  navigator?.popUntil(ModalRoute.withName(routeName));
}