Package-level declarations
Types
Link copied to clipboard
class DataStoreDelegate
A reusable holder that owns a single DataStore instance for a DevView module.
Link copied to clipboard
interface RequiresDataStore
Optional interface for Module implementations that require a DataStoreDelegate.
Functions
Link copied to clipboard
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.