AFRouteParamRef.forDrawer constructor
AFRouteParamRef.forDrawer({
- required AFScreenID screenId,
Implementation
factory AFRouteParamRef.forDrawer({
required AFScreenID screenId,
}) {
return AFRouteParamRef(screenId: screenId, routeLocation: AFRouteLocation.globalPool);
}