isDesktop property

bool get isDesktop

Indicates whether device is running on a desktop OS.

Implementation

bool get isDesktop =>
    PlatformUtils.isMacOS || GetPlatform.isWindows || GetPlatform.isLinux;