isDesktop property
getter/setter pair
Whether the app is running on a desktop platform (macOS, Windows, or Linux).
Implementation
static bool isDesktop = isMacOS || isWindows || isLinux;
Whether the app is running on a desktop platform (macOS, Windows, or Linux).
static bool isDesktop = isMacOS || isWindows || isLinux;