createGoalAndStartTransaction property
Implementation
static final createGoalAndStartTransaction = screen(
name: 'create_goal_start_transaction',
builder: (context, state) => GoalOrderCreatedPaymentWorkflow(state: state),
);
static final createGoalAndStartTransaction = screen(
name: 'create_goal_start_transaction',
builder: (context, state) => GoalOrderCreatedPaymentWorkflow(state: state),
);