ComputerUseCapabilities constructor
const
ComputerUseCapabilities({})
Implementation
const ComputerUseCapabilities({
required this.hostBundleId,
this.supportsScreenshot = true,
this.supportsClick = true,
this.supportsType = true,
this.supportsKey = true,
this.supportsDrag = true,
this.supportsScroll = true,
this.supportsAppManagement = true,
});