Constructors
-
Navigate(Object page, {bool allowBack = true, bool replaceRoute = false, NavigateTransition? transition, Map<String, Object?>? params})
-
-
Navigate.to(PageHandle page, {bool allowBack = true, bool replaceRoute = false, NavigateTransition? transition, Map<String, Object?>? params})
-
factory
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
override