AFFindParamDelegate typedef
        AFFindParamDelegate =
     AFRouteParam Function(AFState state)
    
    
Delegate used to find the route parameter for a screen within the AFState
Implementation
typedef AFFindParamDelegate = AFRouteParam Function(AFState state);