getUserObject method

dynamic getUserObject(
  1. Session session
)

Retrieves a custom object assiciated with this Endpoint and Session.

Implementation

dynamic getUserObject(Session session) {
  return _userObjects[session];
}