freshchat_sdk
freshchat_user
FreshchatUser
setEmail method
setEmail
freshchat_sdk
freshchat_user
FreshchatUser
setEmail method
FreshchatUser class
Constructors
FreshchatUser
Properties
hashCode
runtimeType
Methods
getEmail
getExternalId
getFirstName
getLastName
getPhone
getPhoneCountryCode
getRestoreId
noSuchMethod
setEmail
setFirstName
setLastName
setPhone
toString
Operators
operator ==
setEmail
method
FreshchatUser
setEmail
(
String
email
)
Implementation
FreshchatUser setEmail(String email) { this._email = email; return this; }