Analytics class

Properties

hashCode int
The hash code for this object.
no setterinherited
jsObject → AnalyticsJsImpl
JS object.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

logEvent(String eventName, Map<String, dynamic> eventParams, [AnalyticsCallOptions? options]) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setAnalyticsCollectionEnabled(bool enabled) → void
setCurrentScreen(String? screenName, [AnalyticsCallOptions? options]) → void
setUserId(String? id, [AnalyticsCallOptions? options]) → void
setUserProperties(Map<String, String?> properties, [AnalyticsCallOptions? options]) → void
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

getInstance(AnalyticsJsImpl jsObject) Analytics