sessionCount property
int
get
sessionCount
Get the number of active sessions (for debugging/testing)
Implementation
int get sessionCount => _sessions.length;
Get the number of active sessions (for debugging/testing)
int get sessionCount => _sessions.length;