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