activeSessionCount property
int
get
activeSessionCount
Gets the number of active sessions
Implementation
int get activeSessionCount => _sessionsById.length;
Gets the number of active sessions
int get activeSessionCount => _sessionsById.length;