Using Android Studio for developing flutter replaces the LogCat console with the run tab.
This works great, but how do I take a screen shot of my debugging device? Previously I used to expand the LogCat side menu and click on the capture image button, but now I can't find it anywhere.
flutter screenshot
cli command saves a png screenshot. I could not find how to do it in IntelliJ interface, either.