Tracker class abstract

Abstraction that define the behavior of each of the tools that we integrate later.

Implementers

Constructors

Tracker.new()

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

init() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setUserId(String? userId) → void
setUserProperties(Map<String, dynamic> properties) → void
toString() String
A string representation of this object.
inherited
track(String eventName, [Map<String, Object>? properties]) → void

Operators

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