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