setInspectable method

  1. @override
Future<void> setInspectable(
  1. bool inspectable
)
override

Enables/disables Safari Web Inspector debugging for the WKWebView on iOS (requires iOS 16.4+). The publisher opts in via the debugModeInspectableWebView extra property.

Implementation

@override
Future<void> setInspectable(bool inspectable) {
  return this.platform.setTblInspectable(inspectable);
}