accessScreenRouteSegment method

AFRouteSegment? accessScreenRouteSegment(
  1. AFScreenID screen, {
  2. AFRouteLocation routeLocation = AFRouteLocation.screenHierarchy,
})
inherited

Implementation

AFRouteSegment? accessScreenRouteSegment(AFScreenID screen, {
  AFRouteLocation routeLocation = AFRouteLocation.screenHierarchy,
}) {
  return accessPublicState.route.findRouteParamFull(
    screenId: screen,
    wid: AFUIWidgetID.useScreenParam,
    routeLocation: routeLocation
  );
}