isDesktop property
bool
get
isDesktop
Implementation
static bool get isDesktop {
return defaultTargetPlatform == TargetPlatform.linux ||
defaultTargetPlatform == TargetPlatform.macOS ||
defaultTargetPlatform == TargetPlatform.windows;
}