currentValueOfOrNull

abstract fun <T : Any> currentValueOfOrNull(flag: FeatureFlag<T>, store: FeatureFlagDataStore): T?

Get the current value for flag as T from store. This function will return null if this FeatureFlagManagerMixin does not handle flag.