isFeatureEnabled

abstract fun isFeatureEnabled(featureName: String, defaultValue: Boolean = true): Boolean

This method takes a featureName and optionally a default value.

Return

true if the feature is enabled, false if is not

Throws

if the feature is not implemented