openDevTools method
Implementation
Future<void> openDevTools() async {
await _initFuture;
await WebviewWinFloatingPlatform.instance.openDevTools(_webviewId);
}
Future<void> openDevTools() async {
await _initFuture;
await WebviewWinFloatingPlatform.instance.openDevTools(_webviewId);
}