watchNextSyncTime property

Stream<DateTime?> get watchNextSyncTime

The most recent snapshot of the manager's sync status.

Emits null if no auto-sync is scheduled.

Implementation

Stream<DateTime?> get watchNextSyncTime => _nextSyncTimeSubject.stream;