setWindowShouldCloseHandler function
Implementation
Future setWindowShouldCloseHandler() async {
if (lkPlatformIsDesktop()) {
// await FlutterWindowClose.setWindowShouldCloseHandler(() async {
// await onWindowShouldClose?.call();
// return true;
// });
}
}