launchParamForWidget method
AFRouteParamRef
launchParamForWidget(
- AFWidgetID wid
inherited
Implementation
AFRouteParamRef launchParamForWidget(
AFWidgetID wid,
) {
return AFRouteParamRef(screenId: screenId, routeLocation: routeLocation, wid: wid);
}