AFParamListenerDelegate typedef
AFParamListenerDelegate =
void Function(AFRouteParam param)
Delegate used to process a route parameter
Implementation
typedef AFParamListenerDelegate = void Function(AFRouteParam param);
Delegate used to process a route parameter
typedef AFParamListenerDelegate = void Function(AFRouteParam param);