setInspectable method
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);
}