menu
stash package
documentation
stash_api.dart
GenericCache<T>
clear method
clear method
dark_mode
light_mode
clear
method
@
override
Future
<
void
>
clear
(
)
override
Clears the contents of the stash
Implementation
@override Future<void> clear() { return _clearStorage(); }
stash package
documentation
stash_api
GenericCache<T>
clear method
GenericCache class