userId method
Sets whether the user is anonymous.
Implementation
DevCycleUserBuilder userId(String userId) {
_userId = userId;
return this;
}
Sets whether the user is anonymous.
DevCycleUserBuilder userId(String userId) {
_userId = userId;
return this;
}