Package-level declarations

This package provides a DataStoreMaintenanceEngineFactory object, that allows the creation of an instance of the DataStoreMaintenanceEngine.

Usage

To create a DataStoreMaintenanceEngine instance, use the DataStoreMaintenanceEngineFactory object:

val dataStoreMaintenanceEngine = DataStoreMaintenanceEngineFactory.create(updatableDataStore)

Types