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