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