MixinFeatureFlagManager

A FeatureFlagManager implementation that allows extension via mixins.

Constructors

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

Functions

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

Get the current value of flag.