OnairosConfig constructor

const OnairosConfig({
  1. String? apiKey,
  2. String? environment,
  3. bool autoInitWithAdmin = true,
  4. bool debug = false,
  5. bool enableLogging = false,
  6. int timeout = 30000,
  7. int retryAttempts = 3,
  8. String? baseUrl,
  9. bool offlineMode = false,
})

Implementation

const OnairosConfig({
  this.apiKey,
  this.environment,
  this.autoInitWithAdmin = true,
  this.debug = false,
  this.enableLogging = false,
  this.timeout = 30000,
  this.retryAttempts = 3,
  this.baseUrl,
  this.offlineMode = false,
});