menu
spinach_core package
documentation
commons/utils/Config.dart
Config
getValue method
getValue method
dark_mode
light_mode
getValue
method
String
getValue
(
String
key
)
Implementation
String getValue(String key) { return _configJson[key]; }
spinach_core package
documentation
commons/utils/Config
Config
getValue method
Config class