Package-level declarations

Types

Link copied to clipboard

A reusable holder that owns a single DataStore instance for a DevView module.

Link copied to clipboard

Optional interface for Module implementations that require a DataStoreDelegate.

Functions

Link copied to clipboard
fun createDataStore(producePath: () -> String): DataStore<Preferences>

Creates a DataStore instance with a custom path.

Link copied to clipboard

Android implementation of rememberDataStore.

Platform-specific composable that remembers and returns a DataStore instance.

iOS implementation of rememberDataStore.