menu
neomage package
documentation
data/tools/config_tool.dart
SupportedSettingsRegistry
isSupported method
isSupported method
dark_mode
light_mode
isSupported
method
bool
isSupported
(
String
key
)
Check if a setting key is supported.
Implementation
bool isSupported(String key) => _settings.containsKey(key);
neomage package
documentation
data/tools/config_tool
SupportedSettingsRegistry
isSupported method
SupportedSettingsRegistry class