createIsolatedOpenFeatureAPI function

OpenFeatureAPI createIsolatedOpenFeatureAPI()

Creates an API with independent providers, context, hooks and events.

Prefer OpenFeatureAPI for the ordinary singleton. Do not share a provider object across active API instances. Call shutdown or dispose when finished.

Implementation

OpenFeatureAPI createIsolatedOpenFeatureAPI() => OpenFeatureAPI.isolated();