PlatformCapabilities.desktop constructor
PlatformCapabilities.desktop()
Implementation
factory PlatformCapabilities.desktop() => const PlatformCapabilities(
hasFileSystem: true,
hasProcessSpawn: true,
hasStdin: true,
hasClipboard: true,
hasNotifications: true,
hasWindowManagement: true,
hasTouchInput: false,
hasKeyboard: true,
);