menu
pubmind package
documentation
core/cache.dart
Cache
set method
set method
dark_mode
light_mode
set
method
void
set
(
String
key
,
dynamic
value
)
Implementation
void set(String key, dynamic value) { _store[key] = value; }
pubmind package
documentation
core/cache
Cache
set method
Cache class