I working on a flutter windows application. I need to show an alert box when closing the application also I need to kill another process when closing this application. Is there any way to catch the window_close event on flutter?
this package supports all windows events.
https://pub.dev/packages/window_manager
here is the method link