inboundProgress property
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));