isDesktopPlatform property
Denotes app was built for a desktop platform
Implementation
static final isDesktopPlatform =
Platform.isMacOS || Platform.isWindows || Platform.isLinux;
Denotes app was built for a desktop platform
static final isDesktopPlatform =
Platform.isMacOS || Platform.isWindows || Platform.isLinux;