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