ObservableFeatureFlagManager

Acquire a Flow of values from FeatureFlag instances.

Inheritors

Functions

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

Get the current value of flag.

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

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