TrackerImpl class

Inheritance

Constructors

TrackerImpl()

Properties

hashCode int
The hash code for this object.
no setterinherited
isInitialized bool
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

afterInitialization() → void
inherited
beforeInitialization() → void
inherited
flush() Future<void>
This method forces sending the events from the queue to the server.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
send(Event event) Future<void>
This method sends an event.
setCustomEmail(String customEmail) Future<void>
This method sets a custom email in the parameters of every event. You can pass a custom email to match your customers in our database.
setCustomIdentifier(String customIdentifier) Future<void>
This method sets a custom identifier in the parameters of every event. You can pass a custom identifier to match your customers in our database.
toString() String
A string representation of this object.
inherited

Operators

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