inboundProgress property

  1. @override
Stream<SyncProgress> get inboundProgress
override

Stream of inbound sync progress. Stream of inbound sync progress.

Implementation

@override
Stream<SyncProgress> get inboundProgress =>
    _innerClient?.inboundProgress ?? Stream.value(const SyncProgress(processed: 0, total: 0));