- Inheritance
-
- Object
- PlatformInterface
- DatadogSdkPlatform
- Implementers
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
-
-
attachToExisting(DatadogAttachConfiguration attachConfig)
→ Future<AttachResponse?>
-
-
attachToIsolate()
→ Future<IsolateAttachResponse?>
-
-
clearAccountInfo()
→ Future<void>
-
-
clearAllData()
→ Future<void>
-
-
clearUserInfo()
→ Future<void>
-
-
flushAndDeinitialize()
→ Future<void>
-
-
getContext()
→ DatadogContext?
-
-
initialize(DatadogConfiguration configuration, TrackingConsent trackingConsent, {LogCallback? logCallback, required InternalLogger internalLogger})
→ Future<PlatformInitializationResult>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
sendTelemetryDebug(String message)
→ Future<void>
-
-
sendTelemetryError(String message, String? stack, String? kind)
→ Future<void>
-
-
setAccountInfo(String id, String? name, )
→ Future<void>
-
-
setSdkVerbosity(CoreLoggerLevel verbosity)
→ Future<void>
-
-
setTrackingConsent(TrackingConsent trackingConsent)
→ Future<void>
-
-
setUserInfo(String id, String? name, String? email, )
→ Future<void>
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
updateTelemetryConfiguration(String property, bool value)
→ Future<void>
-