messageFlowBuilder function
Builder
messageFlowBuilder(
- BuilderOptions options
build_runner factory entry point for message flow codegen. Same machinery as
the onboarding flow builder, scoped to lib/message/flows/ by the surface.
Implementation
Builder messageFlowBuilder(BuilderOptions options) =>
OnboardingFlowBuilder(options, surface: SurfaceType.message);