menu
avy_debug_panel package
documentation
feature_flags.dart
DebugFeatureFlags
exists static method
exists static method
dark_mode
light_mode
exists
static method
bool
exists
(
String
key
)
Check if a feature flag exists.
Implementation
static bool exists(String key) { return _flags.containsKey(key); }
avy_debug_panel package
documentation
feature_flags
DebugFeatureFlags
exists static method
DebugFeatureFlags class