onGoIntercept abstract method
路由跳转拦截
routeName 路由名称
url 如果是web页面该项必填
title h5标题
arguments 参数
Implementation
bool onGoIntercept(String routeName, {String url, String title, Map<String, dynamic> arguments});
路由跳转拦截
routeName 路由名称
url 如果是web页面该项必填
title h5标题
arguments 参数
bool onGoIntercept(String routeName, {String url, String title, Map<String, dynamic> arguments});