menu
stash package
documentation
stash_api.dart
GenericCache<T>
close method
close method
dark_mode
light_mode
close
method
@
override
Future
<
void
>
close
(
)
override
Closes the stash
Implementation
@override Future<void> close() { return storage.close(); }
stash package
documentation
stash_api
GenericCache<T>
close method
GenericCache class