menu
neomage package
documentation
state/app_state.dart
AppStateManager
isFeatureEnabled method
isFeatureEnabled method
dark_mode
light_mode
isFeatureEnabled
method
bool
isFeatureEnabled
(
String
flag
)
Implementation
bool isFeatureEnabled(String flag) => _featureFlags[flag] ?? false;
neomage package
documentation
state/app_state
AppStateManager
isFeatureEnabled method
AppStateManager class