@override Future<bool> disconnect(Printer device) async { return await methodChannel.invokeMethod('disconnect', { "vendorId": device.vendorId.toString(), "productId": device.productId.toString(), }); }