SettingsGroup

class SettingsGroup<T>(settings: StorageSetting<*>, distinctUntilChanged: Boolean = true, converter: (List<Any?>) -> T)

Constructors

Link copied to clipboard
constructor(vararg settings: StorageSetting<*>, distinctUntilChanged: Boolean = true, converter: (List<Any?>) -> T)

Properties

Link copied to clipboard
val flow: Flow<T>
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun reset(): List<StorageSetting<*>>