NavigateAction<St>.popUntilRouteName constructor

NavigateAction<St>.popUntilRouteName(
  1. String routeName, {
  2. bool ifPrintRoutes = false,
})

Implementation

NavigateAction.popUntilRouteName(
  String routeName, {
  bool ifPrintRoutes = false,
}) : this._(NavigatorDetails_PopUntilRouteName(routeName, ifPrintRoutes: ifPrintRoutes));