AnalyticsUtils class abstract

Constructors

AnalyticsUtils()

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

logApiEvent(String type, int status, {String message = ''}) Future<void>
logEvent(String name, {Map<String, dynamic>? parameters}) Future<void>
logThemeEvent(ThemeMode themeMode) Future<void>
logTimeEvent(String name, double seconds) Future<void>
logUserInfo(UserInfo userInfo) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setCurrentScreen(String screenName, String screenClassOverride) Future<void>
setUserId(String id) Future<void>
setUserProperty(String name, String value) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance AnalyticsUtils?
getter/setter pair