navigationHelper extension

on

Methods

back() → dynamic
back to
go(Route route) → dynamic
go to an other screen
offAll(Route route) → dynamic
close all the route and open one
openDialog({TransitionDialog? transition, String? title, String? content, String? cancel, String? next, List<Widget>? actions, VoidCallback? onCancel, VoidCallback? onNext}) Future
open dialog with just lines of code dialog take a few optional params and TransitionDialog type