removeUsbConnCache method

Future removeUsbConnCache(
  1. UsbDeviceInfo usbDeviceInfo
)

删除原生层中 usb conn 缓存(删除设备时可调用)

Implementation

Future<dynamic> removeUsbConnCache(UsbDeviceInfo usbDeviceInfo) {
  throw UnimplementedError('removeUsbConnCache() has not been implemented.');
}