paymentSelectionWorkflow property

Screen paymentSelectionWorkflow
final

Implementation

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