I try to use Chrome (web-javascript) on vs code to debug my application.
But Chrome (web-javascript) cannot connect to the intranet.
My app try to look up an internal route, but it cannot reach.
final connection = await InternetAddress.lookup(internalRoute);
show error
Unsupported operation: InternetAddress.lookup
How to fix this?


enter command 'git config --enable-web' on terminal and try to do run flutter application.