clearHistory method

  1. @Deprecated("Use InAppWebViewController.clearHistory instead")
Future<void> clearHistory()

Implementation

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