connect method

Future<bool> connect(
  1. UsbDeviceInfo usbDeviceInfo
)

打印机连接

Implementation

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