MastercardAuthService constructor

MastercardAuthService(
  1. MastercardConfig config
)

Implementation

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