platformIsDesktop property

bool platformIsDesktop

Implementation

static bool get platformIsDesktop =>
    Platform.isWindows ||
    Platform.isLinux ||
    Platform.isMacOS ||
    Platform.isLinux;