outboundPendingCount property
Stream<int>
get
outboundPendingCount
override
Stream of pending outbound operations count (e.g. offline queue size).
Implementation
@override
Stream<int> get outboundPendingCount {
_updatePendingCount();
return _outboundPendingCountController.stream;
}