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