MixinRouteInterceptor typedef Null safety
@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});