Config class

Constructors

Config({required String accessToken, bool analyticsEventEnabled = true, bool crashReportingEnabled = true, bool httpResponseBodyCaptureEnabled = true, bool interactionTracingEnabled = true, bool loggingEnabled = true, bool networkErrorRequestEnabled = true, bool networkRequestEnabled = true, bool webViewInstrumentation = true, bool printStatementAsEventsEnabled = true, bool httpInstrumentationEnabled = true, bool fedRampEnabled = false, bool offlineStorageEnabled = true, bool backgroundReportingEnabled = false, bool distributedTracingEnabled = true, bool newEventSystemEnabled = false, String collectorAddress = "", String crashCollectorAddress = "", LogLevel logLevel = LogLevel.DEBUG})

Properties

accessToken String
final
analyticsEventEnabled bool
final
backgroundReportingEnabled bool
final
collectorAddress String
final
crashCollectorAddress String
final
crashReportingEnabled bool
final
distributedTracingEnabled bool
final
fedRampEnabled bool
final
hashCode int
The hash code for this object.
no setterinherited
httpInstrumentationEnabled bool
final
httpResponseBodyCaptureEnabled bool
final
interactionTracingEnabled bool
final
loggingEnabled bool
final
logLevel LogLevel
final
networkErrorRequestEnabled bool
final
networkRequestEnabled bool
final
newEventSystemEnabled bool
final
offlineStorageEnabled bool
final
printStatementAsEventsEnabled bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
webViewInstrumentation bool
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited