clearClientCertPreferences static method

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

Implementation

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