isDesktop property

bool isDesktop
final

Whether the platform is native desktop

Implementation

static final bool isDesktop = isLinux || isWindows || isMacOS;