statusStream property

Stream<SyncStatus> get statusStream

Use this stream to subscribe to connection status updates.

Implementation

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