presentPaymentSheet abstract method

Future<PaymentSheetPaymentOption?> presentPaymentSheet({
  1. PaymentSheetPresentOptions? options,
})

Display the payment sheet.

Implementation

Future<PaymentSheetPaymentOption?> presentPaymentSheet({
  PaymentSheetPresentOptions? options,
});