Future setWindowResizability(bool resizable) async { if (isDesktopPlatform()) { debugPrint("setWindowResizability($resizable)"); await windowManager.setResizable(resizable); } }