You can evaluate the value of a Feature gate by calling evaluateFeatureGate directly
evaluateFeatureGate
await Toggly.evaluateFeatureGate( ["ExampleFeatureKey1", "ExampleFeatureKey2"], requirement: FeatureRequirement.all, negate: true, );
Last updated 1 year ago