FirebaseAnalyticsTree class

A Calculator.

Constructors

FirebaseAnalyticsTree(FirebaseAnalytics _firebaseAnalytics)

Properties

emailProperty String
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
isInDebugMode bool
Whether the VM is running in debug mode.
no setterinherited
nameProperty String
no setterinherited
phoneProperty String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supportedTypes Set<Type>
getter/setter pair
uidProperty String
no setterinherited
userIdProperty String
no setterinherited

Methods

convertFirebaseProperty(Map<String, dynamic>? input) Map<String, dynamic>
dispose() → void
flush() Future<void>
increment(Map<String, num> properties) Future<void>
isSupportedEventName(String? name) bool
isSupportedType(Type value) bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
performLogEvent({required String name, Map<String, dynamic>? parameters}) Future<void>
reset() Future<void>
resetAnalyticsData() Future<void>
Clears all analytics data for this app from the device and resets the app instance id.
setCurrentScreen({String? screenName, String screenClassOverride = 'Flutter'}) Future<void>
setEmail(String email) Future<void>
email 설정
inherited
setOnce(Map<String, dynamic> properties) Future<void>
setPhone(String phone) Future<void>
전화번호 설정
inherited
setUid(String uid) Future<void>
uid 설정
setUserId(String id) Future<void>
userId 설정
inherited
setUserName(dynamic value) Future<void>
inherited
setUserProperty(String name, dynamic value) Future<void>
timingEvent(String name) Future<void>
toString() String
A string representation of this object.
inherited
union(Map<String, List> properties) Future<void>

Operators

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