NavigatorUtils class
路由跳转工具类
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
goBack(
BuildContext context, {dynamic result}) → void - 返回
-
offAllByName(
String newRouteName, {RoutePredicate? predicate, dynamic arguments, int? id, Map< String, String> ? parameters, dynamic resultFunc(Object)?}) → dynamic -
pushByName(
String page, {dynamic arguments, int? id, bool preventDuplicates = true, Map< String, String> ? parameters, dynamic resultFunc(Object)?}) → dynamic