OnairosConfig constructor
const
OnairosConfig({})
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,
});