Delete all cookies files in the storage and the memory.
@override Future<void> deleteAll() async { await _checkInitialized(); await super.deleteAll(); await storage.deleteAll(); _hostSet.clear(); }