Package-level declarations

Types

Link copied to clipboard
data class SamplePreferences(val language: String, val fontSize: Int)
Link copied to clipboard
data class SampleUserProfile(val id: String, val displayName: String, val preferences: SamplePreferences)

Functions

Link copied to clipboard

Entity persistence with automatic flattening of @Embedded objects.

Link copied to clipboard
suspend fun sampleStorageBasics()

Basic CRUD with reactive observation across scopes.