platformIsDesktop property

bool platformIsDesktop

Implementation

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