isDesktop property

bool get isDesktop

Implementation

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