I made a few network requests in a Dart file that I execute separately using as a playground and not connected to my main app.
Is there any way to capture and analyze network activity made by it without actually executing that script form my main app?
So far I see the implementation of this as binding the execution of ьн sandbox script to a button tap in the app. But perhaps this can be done more simply.