Tracker class

イベントトラッキングを行うためのクラスです。

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
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

attribute(Map values) → void
Attributeイベントの送信を行います。
identify(Map values) → void
Identifyイベントの送信を行います。
identifyWithUserId(String userId, [Map? values]) → void
ユーザーIDを指定して、Identifyイベントの送信を行います。
track(String name, [Map? values]) → void
イベントの送信を行います。
view(String viewName, [String? title, Map? values]) → void
Viewイベントの送信を行います。