menu
short_term_caching package
documentation
short_term_caching.dart
TempCache
clearAll method
clearAll method
dark_mode
light_mode
clearAll
method
Future
<
void
>
clearAll
(
)
Implementation
Future<void> clearAll() async { await _storage.clear(); }
short_term_caching package
documentation
short_term_caching
TempCache
clearAll method
TempCache class