isDesktopPlatform function

bool isDesktopPlatform()

Implementation

bool isDesktopPlatform() => Platform.isWindows || Platform.isLinux || Platform.isMacOS;