isFeatureEnabled static method

bool isFeatureEnabled(
  1. String feature
)

Implementation

static bool isFeatureEnabled(String feature) =>
    current.featureFlags.isEnabled(feature);