DatumManagerAutoSyncInfo<T extends DatumEntityBase> extension
- on
-
- DatumManager<
T>
- DatumManager<
Methods
-
getNextSyncDuration(
) → Future< Duration?> -
Available on DatumManager<
Gets the Duration until the next scheduled auto-sync as aT> , provided by the DatumManagerAutoSyncInfo extensionFuture. -
getNextSyncTime(
) → Future< DateTime?> -
Available on DatumManager<
Gets the DateTime of the next scheduled auto-sync as aT> , provided by the DatumManagerAutoSyncInfo extensionFuture.