accessRouteParamSegment method

AFRouteSegment? accessRouteParamSegment(
  1. AFRouteParamRef ref
)
inherited

Implementation

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