isDesktop property

bool isDesktop

Implementation

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