RestApiClientOptions constructor

RestApiClientOptions({
  1. String baseUrl = '',
  2. bool overrideBadCertificate = true,
  3. bool cacheEnabled = false,
})

Implementation

RestApiClientOptions({
  this.baseUrl = '',
  this.overrideBadCertificate = true,
  this.cacheEnabled = false,
});