deleteAllCookies method

Future<bool> deleteAllCookies()

Removes all cookies.

The return value indicates whether any cookies were removed.

Officially Supported Platforms/Implementations:

Use the PlatformCookieManager.isMethodSupported method to check if this method is supported at runtime.

Implementation

Future<bool> deleteAllCookies() => platform.deleteAllCookies();