isFeatureEnabled method
Implementation
bool isFeatureEnabled(FastAppFeatures appFeature) {
return currentState.isFeatureEnabled(appFeature);
}
bool isFeatureEnabled(FastAppFeatures appFeature) {
return currentState.isFeatureEnabled(appFeature);
}