paymentSelectionWorkflow property
Implementation
static final paymentSelectionWorkflow = screen(
name: 'payment_method_selection',
builder: (context, state) => PaymentWorkflowScreen(state: state),
);
static final paymentSelectionWorkflow = screen(
name: 'payment_method_selection',
builder: (context, state) => PaymentWorkflowScreen(state: state),
);