Eulerian class

Eulerian Analytics singleton class

Constructors

Eulerian()
Singleton factory constructor
factory

Properties

domain String?
Domain attached to the EAnalytics SDK instance
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
initialized bool
Flag indicating the initialization status of the EAnalytics SDK
getter/setter pair
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
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

init(String domain, {bool requestTrackingAuthorization = false, bool enableLogger = true}) Future<void>
Asynchronously initializes the EAnalytics SDK
track(List<EAProperty> properties) Future<void>
Tracks a list of properties extending EAProperties

Constants

SDK_VERSION → const String
EAnalytics SDK version