MastercardService constructor
MastercardService(
- MastercardConfig config
Implementation
MastercardService(this.config) {
_authService = MastercardAuthService(config);
_paymentService = MastercardPaymentService(config);
}