openDevTools method

Future<void> openDevTools()

Opens the DevTools window for the current document in the WebView. Does nothing if run when the DevTools window is already open.

Officially Supported Platforms/Implementations:

Implementation

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