menu
archery package
documentation
archery/core/config.dart
AppConfig
get method
get method
dark_mode
light_mode
get
method
dynamic
get
(
String
key
, [
dynamic
defaultValue
])
Implementation
dynamic get(String key, [dynamic defaultValue]) => _repository.get(key, defaultValue);
archery package
documentation
archery/core/config
AppConfig
get method
AppConfig class