Hello!
For the sake of improving user experience of my devtool, I was wondering if it would be possible to have my extension redirect to other bits of the Flutter devtool, where relevant.
Specifically I was wondering:
Would it be possible for an extension to redirect to the widget tree inspector, with a specific widget as selected?
In my extension, users may interact with widgets. It would be helpful if with a press of a button, they could see that specific widget in the widget tree debugger.