usb property
ChromeUsb
get
usb
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.
Errors generated by this API are reported by setting
runtime.lastError
and executing the function's regular callback. The
callback's regular parameters will be undefined in this case.
Implementation
ChromeUsb get usb => _usb;