showPaymentSelector abstract method

Future<Map<String, dynamic>> showPaymentSelector(
  1. PaymentConfiguration paymentConfiguration,
  2. List<PaymentItem> paymentItems
)

Triggers the action to show the payment selector to complete a payment with the configuration and a list of PaymentItem that help determine the price elements to show in the payment selector.

Returns a Future with the result of the selection for the paymentConfiguration and paymentItems specified.

Implementation

Future<Map<String, dynamic>> showPaymentSelector(
    PaymentConfiguration paymentConfiguration,
    List<PaymentItem> paymentItems);