activeWatches property

int get activeWatches

Active watch count.

Implementation

int get activeWatches =>
    _subscriptions.values.where((s) => s.isActive).length;