posPrintImage abstract method
Prints a base64-encoded image to the POS printer.
base64Encoded: Base64 string representation of the image.width: Desired width of the printed image.
Implementation
Future<void> posPrintImage(String base64Encoded, double width);