presentCardPaymentFlow method

Future<PaymentResult> presentCardPaymentFlow(
  1. BaseSession session, {
  2. List<CardBrand>? supportedBrands,
})

Implementation

Future<PaymentResult> presentCardPaymentFlow(
  BaseSession session, {
  List<CardBrand>? supportedBrands,
}) {
  throw UnimplementedError('presentCardPaymentFlow() has not been implemented.');
}