OnRouteEventIntercept mixin
路由事件拦截
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
-
onGoIntercept(
String routeName, {String url, String title, Map< String, dynamic> arguments}) → bool -
路由跳转拦截
routeName
路由名称url
如果是web页面该项必填title
h5标题arguments
参数 -
onRouteChanged(
Route? route, bool isDispose) → void -
路由改变监听
route
路由对象isDispose
是否被销毁的路由 -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited