clearWebsiteData static method
Clear associated website data accrued from browsing activity within your app. This includes all local storage, cached resources, and cookies.
Officially Supported Platforms/Implementations:
- iOS SFSafariViewController 16.0+ (Official API - SFSafariViewController.DataStore.clearWebsiteData)
Use the PlatformChromeSafariBrowser.isMethodSupported method to check if this method is supported at runtime.
Implementation
static Future<void> clearWebsiteData() =>
PlatformChromeSafariBrowser.static().clearWebsiteData();