menu
dartcore package
documentation
dartcore.dart
App
getCachedResponse method
getCachedResponse method
dark_mode
light_mode
getCachedResponse
method
dynamic
getCachedResponse
(
String
key
)
Retrieves a cached response
Implementation
dynamic getCachedResponse(String key) { return _cache.get(key); }
dartcore package
documentation
dartcore
App
getCachedResponse method
App class