NavigationExt extension

use this extension to get navigation utilities

on

Methods

dialog<T>(Widget page, {bool dismissible = true}) Future<T?>
pop([dynamic result]) → void
popUntil() → void
popUntilNamed(String routeName) → void
push(Widget page) → void
pushAndRemoveUntil(Widget page) → void
pushAndRemoveUntilNamed(String routeName) → void
pushNamed(String routeName) → void
pushReplacement(Widget page) → void
pushReplacementNamed(String routeName) → void