posPrintImage abstract method

Future<void> posPrintImage(
  1. String base64Encoded,
  2. double width
)

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);