Print an image from a base64 encoded string
Future<bool> printImage(String base64Encoded, {double width = 600}) { return XprinterPlatform.instance.printImage(base64Encoded, width: width); }