state property

Stream<SyncStateInfo> get state

Returns the synchronization status stream.

Take into account that you won't receive the current state immediately, only the following changes.

See also currentState.

Implementation

Stream<SyncStateInfo> get state;