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