OnRouteNotRegistered typedef

OnRouteNotRegistered = void Function(String route, {Object? arguments, BuildContext? context, String? type})

Implementation

typedef OnRouteNotRegistered = void Function(String route,
    {Object? arguments, String? type, BuildContext? context});