pendingCount property
ValueNotifier<int>
get
pendingCount
Pending operations count notifier.
Implementation
ValueNotifier<int> get pendingCount => _pendingCount;
Pending operations count notifier.
ValueNotifier<int> get pendingCount => _pendingCount;