menu
library_helper package
documentation
config/app_config.dart
AppConfig
isFeatureEnabled static method
isFeatureEnabled static method
dark_mode
light_mode
isFeatureEnabled
static method
bool
isFeatureEnabled
(
String
feature
)
Implementation
static bool isFeatureEnabled(String feature) => current.featureFlags.isEnabled(feature);
library_helper package
documentation
config/app_config
AppConfig
isFeatureEnabled static method
AppConfig class