Gaël Huyghe
Results
1
issues of
Gaël Huyghe
Hi, I have your plugin in my application. I have `windowManager.setPreventClose(true);` in my main.dart Then I have ``` @override Future onWindowClose() async { if(await windowManager.isPreventClose()) { logger.info("MainPage", "OnWindowClose called >...
platform-macos