menu
common_control package
documentation
cconfig.dart
CConfig
set method
set method
dark_mode
light_mode
set
method
dynamic
set
(
dynamic
key
,
dynamic
value
)
Implementation
set(key, value) { _keys[key] = value; }
common_control package
documentation
cconfig
CConfig
set method
CConfig class