menu
keystone_network package
documentation
core/api_cache.dart
ApiCache
invalidate static method
invalidate static method
dark_mode
light_mode
invalidate
static method
Future
<
void
>
invalidate
(
String
key
)
Delete a single cache entry.
Implementation
static Future<void> invalidate(String key) => storage.delete(key);
keystone_network package
documentation
core/api_cache
ApiCache
invalidate static method
ApiCache class