NavigatorStateExtensions extension

on

Methods

popUntilNamed(String name) Future<void>
Pops the page to the page with the specified path.
resetAndPushNamed<T extends Object?>(String newRouteName, {Object? arguments}) Future<T?>
Reset all history and go to a specific page.