clearHistory method

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

Implementation

@Deprecated("Use InAppWebViewController.clearHistory instead")
Future<void> clearHistory() async {
  Map<String, dynamic> args = <String, dynamic>{};
  return await _channel.invokeMethod('clearHistory', args);
}