setInspectable abstract method

Future<void> setInspectable(
  1. bool inspectable
)

Enables/disables Safari Web Inspector debugging for the underlying WKWebView on iOS (requires iOS 16.4+).

Implementation

Future<void> setInspectable(bool inspectable);