MixinRouteInterceptor typedef
MixinRouteInterceptor =
bool Function(BuildContext context, String pageName, RoutePushType pushType, {Map? arguments, RoutePredicate? predicate})
@author: YangLang @version: v1.0 @email: yanglang116@gmail.com
Implementation
typedef MixinRouteInterceptor = bool Function(
BuildContext context, String pageName, RoutePushType pushType,
{Map<dynamic, dynamic>? arguments, RoutePredicate? predicate});