source/config/datum_config library

Classes

DatumConfig<T extends DatumEntityInterface>
Configuration for the Datum engine and its managers.

Enums

DeleteBehavior
Defines how delete operations are handled by the DatumManager.
SyncDirection
Defines the direction of a synchronization operation. Defines the order of operations during a synchronization cycle.

Typedefs

MigrationErrorHandler = Future<void> Function(Object error, StackTrace stackTrace)
A handler for migration errors.
SyncDirectionResolver = SyncDirection? Function(int pendingCount, SyncDirection defaultDirection)
A callback that allows customizing the sync direction based on pending operations.