menu
neomage package
documentation
data/tools/config_tool.dart
SupportedSettingsRegistry
getAllKeys method
getAllKeys method
dark_mode
light_mode
getAllKeys
method
List
<
String
>
getAllKeys
(
)
Get all setting keys.
Implementation
List<String> getAllKeys() => _settings.keys.toList();
neomage package
documentation
data/tools/config_tool
SupportedSettingsRegistry
getAllKeys method
SupportedSettingsRegistry class