setUserId method Null safety
- String userId
Set a userId
associate with this user session
Implementation
void setUserId(String userId) {
_userId = userId;
}
Set a userId
associate with this user session
void setUserId(String userId) {
_userId = userId;
}