presentCardPaymentFlow method
Future<PaymentResult>
presentCardPaymentFlow(
- BaseSession session, {
- List<
CardBrand> ? supportedBrands,
Implementation
Future<PaymentResult> presentCardPaymentFlow(
BaseSession session, {
List<CardBrand>? supportedBrands,
}) {
return AirwallexPaymentFlutterPlatform.instance
.presentCardPaymentFlow(session, supportedBrands: supportedBrands);
}