setPhone method
Implementation
FreshchatUser setPhone(String phoneCountryCode, String phone) {
this._phoneCountryCode = phoneCountryCode;
this._phone = phone;
return this;
}
FreshchatUser setPhone(String phoneCountryCode, String phone) {
this._phoneCountryCode = phoneCountryCode;
this._phone = phone;
return this;
}