withStandardPlanTwoProfiles method

PlanInfoBuilder withStandardPlanTwoProfiles()

Implementation

PlanInfoBuilder withStandardPlanTwoProfiles() {
  withStandardPlan();
  _projectProductInfo = standardPlanTwoBundledProjectProfiles();
  return this;
}