isDesktop property
bool
get
isDesktop
Implementation
static bool get isDesktop =>
PlatformUtil.isMacOS || PlatformUtil.isWindows || PlatformUtil.isLinux;
static bool get isDesktop =>
PlatformUtil.isMacOS || PlatformUtil.isWindows || PlatformUtil.isLinux;