clearHistory method

Future<void> clearHistory()

Clears the internal back/forward list.

Officially Supported Platforms/Implementations:

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

Implementation

Future<void> clearHistory() => platform.clearHistory();