setJavaScriptMode method

Future<void> setJavaScriptMode(
  1. JavaScriptMode javaScriptMode
)

Sets the JavaScript execution mode to be used by the webview.

Implementation

Future<void> setJavaScriptMode(JavaScriptMode javaScriptMode) {
  throw UnimplementedError(
      'setJavaScriptMode is not implemented on the current platform');
}