UserAnalyticsTree class abstract

Implementers

Constructors

UserAnalyticsTree()

Properties

emailProperty String
no setter
hashCode int
The hash code for this object.
no setterinherited
nameProperty String
no setter
phoneProperty String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uidProperty String
no setter
userIdProperty String
no setter

Methods

flush() Future<void>
increment(Map<String, num> properties) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset() Future<void>
setEmail(String email) Future<void>
email 설정
setOnce(Map<String, dynamic> properties) Future<void>
setPhone(String phone) Future<void>
전화번호 설정
setUid(String uid) Future<void>
uid 설정
setUserId(String id) Future<void>
userId 설정
setUserName(dynamic value) Future<void>
setUserProperty(String name, dynamic value) 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