sessionGroup property
A predefined entity recommended to use as the session group entity for dependencies. This entity is intended for dependencies that should be specific to the current user's session, ensuring that the state and behavior are isolated from other sessions. It is useful for services that handle user-specific data or contexts.
Implementation
static final sessionGroup = Entity('SESSION_GROUP');