openDevToolsWindow abstract method
Opens the Browser DevTools in a separate window on Windows.
Throws an unsupported PlatformException on macOS and Linux.
Implementation
Future<void> openDevToolsWindow();
Opens the Browser DevTools in a separate window on Windows.
Throws an unsupported PlatformException on macOS and Linux.
Future<void> openDevToolsWindow();