desktop property

bool desktop

Desktop (Windows, macOS, Linux)

Implementation

static bool get desktop => PlatformIs.macOS || PlatformIs.windows || PlatformIs.linux;