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