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})

Properties

accessToken String
final
analyticsEventEnabled bool
final
crashReportingEnabled bool
final
hashCode int
The hash code for this object.
no setterinherited
httpInstrumentationEnabled bool
final
httpResponseBodyCaptureEnabled bool
final
interactionTracingEnabled bool
final
loggingEnabled bool
final
networkErrorRequestEnabled bool
final
networkRequestEnabled 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