pendingCount property

ValueNotifier<int> get pendingCount

Pending operations count notifier.

Implementation

ValueNotifier<int> get pendingCount => _pendingCount;