popUntil method

void popUntil(
  1. String route
)

Implementation

void popUntil(String route) {
  navigationKey.currentState?.popUntil(ModalRoute.withName(route));
}