platformPayCreatePaymentMethod abstract method

Future<PlatformPayPaymentMethod> platformPayCreatePaymentMethod({
  1. required PlatformPayPaymentMethodParams params,
  2. bool usesDeprecatedTokenFlow = false,
})

Use native payment sheet to create payment method

Implementation

Future<PlatformPayPaymentMethod> platformPayCreatePaymentMethod({
  required PlatformPayPaymentMethodParams params,
  bool usesDeprecatedTokenFlow = false,
});