ClickzinTracker class

Constructors

ClickzinTracker(String appKey, bool enableLogs)
Create instance of clickzin with appKey as provided by the Marketing partner.
factory

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
printLogs(Object message) → void
startTracking(String initialEvent) Future<void>
Start tracking with initial event.
toString() String
A string representation of this object.
inherited
trackEvent(String event) Future<void>
Tracking events like register, login and so on

Operators

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