clearWebsiteData static method

Future<void> clearWebsiteData()

Clear associated website data accrued from browsing activity within your app. This includes all local storage, cached resources, and cookies.

Officially Supported Platforms/Implementations:

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

Implementation

static Future<void> clearWebsiteData() =>
    PlatformChromeSafariBrowser.static().clearWebsiteData();