sessionCount property

int get sessionCount

Get the number of active sessions (for debugging/testing)

Implementation

int get sessionCount => _sessions.length;