ObservableMixinFeatureFlagManager

Constructors

Link copied to clipboard
constructor(store: ObservableFeatureFlagDataStore, mixins: List<ObservableFeatureFlagManagerMixin> = emptyList())

Functions

Link copied to clipboard
open override fun <T : Any> currentValueOf(flag: FeatureFlag<T>): T

Get the current value of flag.

Link copied to clipboard
open override fun <T : Any> valuesOf(flag: FeatureFlag<T>): Flow<T>

Return a Flow which emits when the value of flag changes.