payWithConsent method

Future<PaymentResult> payWithConsent(
  1. BaseSession session,
  2. PaymentConsent consent
)

Implementation

Future<PaymentResult> payWithConsent(BaseSession session, PaymentConsent consent) {
  throw UnimplementedError('payWithConsent() has not been implemented.');
}