clearHistory method
- @Deprecated("Use InAppWebViewController.clearHistory instead")
Use InAppWebViewController.clearHistory instead.
Implementation
@Deprecated("Use InAppWebViewController.clearHistory instead")
Future<void> clearHistory() async {
await _controller?.clearHistory();
}