id property
Session ID
The unique identifier for the session which can be used for logging.
Implementation
final String id = _generateSessionId();
Session ID
The unique identifier for the session which can be used for logging.
final String id = _generateSessionId();