isDesktop property
Indicates whether device is running on a desktop OS.
Implementation
bool get isDesktop =>
PlatformUtils.isMacOS || GetPlatform.isWindows || GetPlatform.isLinux;
Indicates whether device is running on a desktop OS.
bool get isDesktop =>
PlatformUtils.isMacOS || GetPlatform.isWindows || GetPlatform.isLinux;