getCustomerSavedPaymentMethodData method

Future<Map<String, dynamic>?> getCustomerSavedPaymentMethodData()

Presents the payment sheet.

Throws an UnimplementedError if the method is not implemented.

Implementation

Future<Map<String, dynamic>?> getCustomerSavedPaymentMethodData() {
  throw UnimplementedError(
      'getCustomerSavedPaymentMethods() has not been implemented.');
}