detachedSessions property

int get detachedSessions

The number of detached sessions held in this node's memory.

Implementation

int get detachedSessions => _detached.length;