outboundPendingCount property

  1. @override
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;
}