Adds or updates the header image for the receipt.
The image parameter should be a Uint8List containing the image data. Returns the added image.
image
Uint8List addHeaderImage(Uint8List image) => _imageHeader = image;