statusStream property

Stream<SyncStatus> get statusStream
inherited

Use this stream to subscribe to connection status updates.

Implementation

Stream<SyncStatus> get statusStream => _connections.statusStream;