menu
khadem package
documentation
support.dart
Cache
put static method
put static method
dark_mode
light_mode
put
static method
Future
<
void
>
put
(
String
key
,
dynamic
value
,
Duration
ttl
)
Implementation
static Future<void> put(String key, dynamic value, Duration ttl) => _instance.put(key, value, ttl);
khadem package
documentation
support
Cache
put static method
Cache class