Gets the DateTime of the next scheduled auto-sync as a Future.
Future
Returns null if no auto-sync is currently scheduled.
null
Future<DateTime?> getNextSyncTime() async { return _nextSyncTimeSubject.value; }