featureFlag property

FeatureFlagPlugin? get featureFlag

The feature flag plugin, used for managing and toggling feature flags. Can be null if the plugin is not registered.

Implementation

FeatureFlagPlugin? get featureFlag =>
    _pluginDescriptor.get<FeatureFlagPlugin>();