FirebaseAnalyticsUtils class

Inheritance
  • Object
  • AnalyticsUtils
  • FirebaseAnalyticsUtils

Constructors

FirebaseAnalyticsUtils()

Properties

analytics FirebaseAnalytics?
getter/setter pair
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>
override
logCalculateUnits(double seconds) Future<void>
logCaptchaErrorEvent(String tag, int count) Future<void>
logEvent(String name, {Map<String, dynamic>? parameters}) Future<void>
override
logLeavesImageCompressSize(File source, File result) Future<void>
logLeavesImageSize(File source) Future<void>
logThemeEvent(ThemeMode themeMode) Future<void>
override
logTimeEvent(String name, double seconds) Future<void>
override
logUserInfo(UserInfo? userInfo) Future<void>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setCurrentScreen(String screenName, String screenClassOverride) Future<void>
override
setUserId(String id) Future<void>
override
setUserProperty(String name, String? value) Future<void>
override
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance FirebaseAnalyticsUtils
no setter
isSupported bool
no setter