findRouteParamInGlobalPool method
AFRouteSegment?
findRouteParamInGlobalPool({
- required AFScreenID screenId,
- required AFWidgetID wid,
Implementation
AFRouteSegment? findRouteParamInGlobalPool({
required AFScreenID screenId,
required AFWidgetID wid,
}) {
final parentSeg = globalPool[screenId];
return _findChildIfApplicable(parentSeg: parentSeg, wid: wid);
}