Deletes the cache entry for the specified key.
key
This method is asynchronous and returns a Future<void> that completes when the operation is finished.
Future<void>
Future<void> delete({required String key});