clearAllWebsiteData method

Future<WebViewDataClearingResult> clearAllWebsiteData()

Clears website data from the store used by normal WebViews.

The result identifies categories that were cleared, unsupported, or failed. The operation never broadens its scope to passwords, autofill, or browsing history.

Implementation

Future<WebViewDataClearingResult> clearAllWebsiteData() {
  return platform.clearAllWebsiteData();
}