platformIsDesktop property
      
      bool
      get
      platformIsDesktop
      
    
    
    
Implementation
static bool get platformIsDesktop =>
    Platform.isWindows ||
    Platform.isLinux ||
    Platform.isMacOS ||
    Platform.isLinux;