NavigatorUtils class Null safety

路由导航工具类

Constructors

Properties

hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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

changeToNavigatorPath(String registerPath, {required Map params}) String
goBack(BuildContext context) → void
goBackWithParams(BuildContext context, dynamic result) → void
push(BuildContext context, String path, {bool replace = false, bool clearStack = false}) → void
pushArgument(BuildContext context, String path, Object argument, {bool replace = false, bool clearStack = false}) → void
pushArgumentResult(BuildContext context, String path, Object argument, dynamic function(Object), {bool replace = false, bool clearStack = false}) → void
pushResult(BuildContext context, String path, dynamic function(Object), {bool replace = false, bool clearStack = false}) → void