launchParamForWidget method

AFRouteParamRef launchParamForWidget(
  1. AFWidgetID wid
)
inherited

Implementation

AFRouteParamRef launchParamForWidget(
  AFWidgetID wid,
) {
  return AFRouteParamRef(screenId: screenId, routeLocation: routeLocation, wid: wid);
}