RouteActivation typedef

RouteActivation = bool Function(ActivationRouteContext ctx)

RouteDirection: Not yet implemented, it will be used as the screen entry direction during navigation.

Implementation

// enum RouteDirection { LEFT_TO_RIGHT, RIGHT_TO_LEFT, UP_TO_DOWN, DOWN_TO_UP }

typedef RouteActivation = bool Function(ActivationRouteContext ctx);