A stream that emits the DateTime of the next scheduled auto-sync.
Emits null if no auto-sync is scheduled.
null
Stream<DateTime?> get watchNextSyncTime => _nextSyncTimeSubject.stream;