processedCount property
int
get
processedCount
Returns the number of sessions processed so far.
Implementation
int get processedCount => _processed.length;
Returns the number of sessions processed so far.
int get processedCount => _processed.length;