Question
How to judge whether exportSelectionAsFileTypePressed export image successfully
exportSelectionAsFileTypePressed seems to be asynchronous. I hope that after this method is executed, the image is generated and the byte data is completely written, and then the subsequent code is executed.
