createGoalAndStartTransaction property

Screen createGoalAndStartTransaction
final

Implementation

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