Delete the cookie value with the given key in the storage.
key
@override Future<void> delete(String key) async { final box = await _openBox(); await box.delete(key); }