clearHistory method
Clears the internal back/forward list.
Officially Supported Platforms/Implementations:
- Android native WebView (Official API - WebView.clearHistory)
Implementation
Future<void> clearHistory() => platform.clearHistory();
Clears the internal back/forward list.
Officially Supported Platforms/Implementations:
Future<void> clearHistory() => platform.clearHistory();