clearHistory method
Clears the internal back/forward list.
Officially Supported Platforms/Implementations:
- Android WebView (Official API - WebView.clearHistory)
Use the PlatformInAppWebViewController.isMethodSupported method to check if this method is supported at runtime.
Implementation
Future<void> clearHistory() => platform.clearHistory();