inboundProgress property
Stream of inbound sync progress.
Implementation
@override
Stream<SyncProgress> get inboundProgress =>
_innerClient?.inboundProgress ?? Stream.value(const SyncProgress(processed: 0, total: 0));
Stream of inbound sync progress.
@override
Stream<SyncProgress> get inboundProgress =>
_innerClient?.inboundProgress ?? Stream.value(const SyncProgress(processed: 0, total: 0));