Package-level declarations

Types

Link copied to clipboard
object FeatureFlagsSerializer : Serializer<FeatureFlags>

Serializer that is capable of writing and reading of feature flags. It can be used, for example, as a delegate of encryption serializer.

Functions

Link copied to clipboard
fun FeatureStorage.Companion.dataStore(dataStore: DataStore<FeatureFlags>): FeatureStorage

Creates a FeatureStorage that is backed by DataStore.