MastercardPaymentService constructor

MastercardPaymentService(
  1. MastercardConfig config
)

Implementation

MastercardPaymentService(this.config) : _dio = Dio() {
  _setupDio();
}