isDesktop top-level property
Checks if the platform is a desktop (macOS, Windows, or Linux).
Implementation
bool get isDesktop => isMacOS || isWindows || isLinux;
Checks if the platform is a desktop (macOS, Windows, or Linux).
bool get isDesktop => isMacOS || isWindows || isLinux;