valuesOfOrNull

abstract fun <T : Any> valuesOfOrNull(flag: FeatureFlag<T>, store: ObservableFeatureFlagDataStore): Flow<T>?

Observes values for flag as Flow from store. This function will return null if this ObservableFeatureFlagManagerMixin does not handle flag.