plugin/feature_flag library
Classes
-
FeatureFlagPlugin<
TSettings, TContext> - The base class for a Feature Flag plugin. Feature Flags are useful to control the visibility of features in an application. They are setup on the server side and can be controlled by the server to enable/disable features for different users.