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