isDesktop property
bool
get
isDesktop
Check if running on any desktop platform
Implementation
static bool get isDesktop => isWindows || isMacOS || isLinux;
Check if running on any desktop platform
static bool get isDesktop => isWindows || isMacOS || isLinux;