TrackZeroClient class

Constructors

TrackZeroClient(String apiKey)
Initializes the singleton instance with the supplied API key
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

deleteEntity(String type, dynamic id) Future<Response>
Deletes the Entity
getSession(int analyticsSpaceId, [int ttl = 3600]) Future<Response>
Gets a space portal session
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
upsertEntity(Entity entity) Future<Response>
Creates/Updates the Entity

Operators

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

Static Methods

getInstance() TrackZeroClient
Gets the singleton instance