startupRouteParamFactory property

AFCreateRouteParamDelegate? get startupRouteParamFactory

Returns the route parameter used by the startup screen.

Implementation

AFCreateRouteParamDelegate? get startupRouteParamFactory {
  return screenMap.startupRouteParamFactory;
}