Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class StorageImpl(context: Context, fileName: String, shouldLogChanges: Boolean = false) : Storage

Functions

Link copied to clipboard
fun <R, T : R> Storage.onValueChanged(key: String, serializer: KSerializer<T>, defaultValue: R): Flow<R>