disconnect method

Future<bool> disconnect(
  1. UsbDeviceInfo usbDeviceInfo
)

打印机断开连接

Implementation

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