isDesktop property

bool isDesktop
final

Implementation

final bool isDesktop =
    Platform.isMacOS || Platform.isLinux || Platform.isWindows;