popUntil method

dynamic popUntil(
  1. String routeName
)

Implementation

popUntil(String routeName) {
  navigatorKey.currentState!.popUntil(ModalRoute.withName(routeName));
}