delete abstract method

Future<void> delete(
  1. String key
)

Delete the cookie value with the given key in the storage.

Implementation

Future<void> delete(String key);