clearSslPreferences method

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

Implementation

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