surveyFlowBuilder function

Builder surveyFlowBuilder(
  1. BuilderOptions options
)

build_runner factory entry point for survey flow codegen. Same machinery as the onboarding flow builder, scoped to lib/survey/flows/ by the surface.

Implementation

Builder surveyFlowBuilder(BuilderOptions options) =>
    OnboardingFlowBuilder(options, surface: SurfaceType.survey);