menu
dartcore package
documentation
config.dart
Config
get method
get method
dark_mode
light_mode
get
method
dynamic
get
(
String
key
)
Get a config value
Implementation
dynamic get(String key) { return _settings[key]; }
dartcore package
documentation
config
Config
get method
Config class