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页面该项必填titleh5标题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