isFeatureEnabled abstract method

bool isFeatureEnabled(
  1. F flag
)

Returns true if the specified feature flag is enabled.

Implementation

bool isFeatureEnabled(F flag);