Eulerian class Null safety

Eulerian Analytics singleton class

Constructors

Eulerian()
Singleton factory constructor
factory

Properties

domain String?
Domain attached to the EAnalytics SDK instance
read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
initialized bool
Flag indicating the initialization status of the EAnalytics SDK
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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}) 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
"0.0.1"