processingPayment method

Future<PaymentResponse?> processingPayment(
  1. PaymentRequest request
)

Process the payment and returns the token from Apple/Google pay

Implementation

Future<PaymentResponse?> processingPayment(PaymentRequest request) =>
    MadPayInterface.instance.processingPayment(request);