activeWatches property
int
get
activeWatches
Active watch count.
Implementation
int get activeWatches =>
_subscriptions.values.where((s) => s.isActive).length;
Active watch count.
int get activeWatches =>
_subscriptions.values.where((s) => s.isActive).length;