Dart Documentationchrome.usb

chrome.usb library

Use the chrome.usb API to interact with connected USB devices. This API provides access to USB operations from within the context of an app. Using this API, apps can function as drivers for hardware devices.

Properties

final ChromeUsb usb #

Accessor for the chrome.usb namespace.

final ChromeUsb usb = new ChromeUsb._()

Classes