isDesktop property

bool get isDesktop

Implementation

static bool get isDesktop =>
    PlatformUtil.isMacOS || PlatformUtil.isWindows || PlatformUtil.isLinux;