printImage method
Print an image
Implementation
Future<bool> printImage({
required Uint8List imageData,
int align = 1,
int paperWidth = 52,
bool isLabel = false,
bool tear = true,
}) {
throw UnimplementedError('printImage() has not been implemented.');
}