isDesktop property

bool isDesktop

Implementation

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