watchNextSyncTime property

Stream<DateTime?> get watchNextSyncTime

A stream that emits the DateTime of the next scheduled auto-sync.

Emits null if no auto-sync is scheduled.

Implementation

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