isDesktop property

bool get isDesktop

Implementation

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