isDesktop property
Implementation
static bool isDesktop = !Foundation.kIsWeb &&
(Platform.isWindows || Platform.isMacOS || Platform.isLinux);
static bool isDesktop = !Foundation.kIsWeb &&
(Platform.isWindows || Platform.isMacOS || Platform.isLinux);