clearFeatureFlags method

void clearFeatureFlags()

Clear all of the feature flags. This will stop all feature flags from being reported.

See also:

Implementation

void clearFeatureFlags() => _featureFlags.clearFeatureFlags();