removeUsbConnCache method
删除原生层中 usb conn 缓存(删除设备时可调用)
Implementation
Future<dynamic> removeUsbConnCache(UsbDeviceInfo usbDeviceInfo) {
throw UnimplementedError('removeUsbConnCache() has not been implemented.');
}
删除原生层中 usb conn 缓存(删除设备时可调用)
Future<dynamic> removeUsbConnCache(UsbDeviceInfo usbDeviceInfo) {
throw UnimplementedError('removeUsbConnCache() has not been implemented.');
}