onSyncStatus property

CachedStreamController<SyncStatusUpdate> onSyncStatus
final

This gives the current status of the synchronization

Implementation

final CachedStreamController<SyncStatusUpdate> onSyncStatus =
    CachedStreamController();