menu
archery package
documentation
archery/core/config.dart
AppConfig
set method
set method
dark_mode
light_mode
set
method
void
set
(
String
key
,
dynamic
value
)
Implementation
void set(String key, dynamic value) => _repository.set(key, value);
archery package
documentation
archery/core/config
AppConfig
set method
AppConfig class