setWindowShouldCloseHandler function

Future setWindowShouldCloseHandler()

Implementation

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