for example we can call below method to open print dialog, but i am looking for close method to reset some value like `@print_close` ``` methods: { async print () { // Pass the element id here await this.$htmlToPaper('printMe'); } } ```