isDesktopOS method

bool isDesktopOS()

Implementation

bool isDesktopOS() {
  return Platform.isMacOS || Platform.isLinux || Platform.isWindows;
}