ApiService constructor

ApiService({
  1. required String baseUrl,
  2. required String headerAuthKey,
  3. ApiServiceLogLevel logLevel = ApiServiceLogLevel.level1,
})

Implementation

ApiService({required this.baseUrl, required this.headerAuthKey, this.logLevel = ApiServiceLogLevel.level1}) : this._mockClient = null;