menu
keystone_network package
documentation
core/api_cache.dart
ApiCache
clear static method
clear static method
dark_mode
light_mode
clear
static method
Future
<
void
>
clear
(
)
Clear the entire cache.
Implementation
static Future<void> clear() => storage.clear();
keystone_network package
documentation
core/api_cache
ApiCache
clear static method
ApiCache class