getUserObject method
dynamic
getUserObject(
- Session session
inherited
Retrieves a custom object associated with this Endpoint
and Session
.
Implementation
dynamic getUserObject(Session session) {
return _userObjects[session];
}