statusStream property

Stream<DatumSyncStatusSnapshot> get statusStream

A stream of the manager's sync status snapshots.

Implementation

Stream<DatumSyncStatusSnapshot> get statusStream => _statusSubject.stream;