AbstractTracker class abstract

AbstractTracker An abstract tracker allows to track events

Implementers

Constructors

AbstractTracker()
default init
const

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

close() Future<void>
close Deallocates the underlying tracker instance and stops all tracking.
disableGdprContext() Future<void>
disableGdprContext Disables GDPR context.
enableGdprContext(GDPRContext context) Future<void>
enableGdprContext Enables GDPR context to be sent with every event.
initialize() Future<void>
initialize Initializes the tracker.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setSubject(Subject subject) Future<void>
setSubject Sets the subject on the platform's tracker instance.
toString() String
A string representation of this object.
inherited
track(AbstractEvent event) Future<void>
track Tracks the given event parameter by the platform's tracker instance.

Operators

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