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