Returns the value of the feature flag as a boolean.
Future<bool> getBool(String featureName, {bool defaultValue = false});