MastercardService constructor

MastercardService(
  1. MastercardConfig config
)

Implementation

MastercardService(this.config) {
  _authService = MastercardAuthService(config);
  _paymentService = MastercardPaymentService(config);
}