fun schedule(worker: Class<out SyncWorker>, interval: Pair<Long, TimeUnit> = Pair(1, TimeUnit.DAYS)): Unit
Schedule sync with the default constraints (once a day and charging)
worker - worker class
worker