backUntil static method
Implementation
static void backUntil(String routeName) => Navigator.of(context).popUntil((Route<dynamic> route) => route.settings.name == routeName);
static void backUntil(String routeName) => Navigator.of(context).popUntil((Route<dynamic> route) => route.settings.name == routeName);