platformPayCreatePaymentMethod abstract method
Future<PaymentMethod>
platformPayCreatePaymentMethod({
- required PlatformPayPaymentMethodParams params,
- bool usesDeprecatedTokenFlow = false,
Use native payment sheet to create payment method
Implementation
Future<PaymentMethod> platformPayCreatePaymentMethod({
required PlatformPayPaymentMethodParams params,
bool usesDeprecatedTokenFlow = false,
});