accessRouteParamSegment method
Implementation
AFRouteSegment? accessRouteParamSegment(AFRouteParamRef ref) {
return accessPublicState.route.findRouteParamFull(
screenId: ref.screenId,
wid: ref.wid,
routeLocation: ref.routeLocation
);
}