menu
avy_debug_panel package
documentation
feature_flags.dart
DebugFeatureFlags
clear static method
clear static method
dark_mode
light_mode
clear
static method
void
clear
(
)
Clear all feature flags.
Implementation
static void clear() { _flags.clear(); }
avy_debug_panel package
documentation
feature_flags
DebugFeatureFlags
clear static method
DebugFeatureFlags class