isDesktopPlatform property

bool isDesktopPlatform
final

Denotes app was built for a desktop platform

Implementation

static final isDesktopPlatform =
    Platform.isMacOS || Platform.isWindows || Platform.isLinux;