disconnect method
打印机断开连接
Implementation
Future<bool> disconnect(UsbDeviceInfo usbDeviceInfo) {
throw UnimplementedError('disconnect() has not been implemented.');
}
打印机断开连接
Future<bool> disconnect(UsbDeviceInfo usbDeviceInfo) {
throw UnimplementedError('disconnect() has not been implemented.');
}