setupGooglePayHelper abstract method

Future<MFGetPaymentStatusResponse> setupGooglePayHelper(
  1. String sessionId,
  2. MFGooglePayRequest googlePayRequest,
  3. dynamic onInvoiceCreated(
    1. String invoiceId
    )
)

Implementation

Future<MFGetPaymentStatusResponse> setupGooglePayHelper(
    String sessionId,
    MFGooglePayRequest googlePayRequest,
    Function(String invoiceId) onInvoiceCreated);