printImage method
Print image.
Implementation
Future<bool> printImage(
Uint8List imageData, {
int commandType = 0,
int printerWidth = 350, // Updated default
int printerHeight = 350, // Updated default
int rotation = 0,
double scale = 0.91,
}) {
throw UnimplementedError('printImage() has not been implemented.');
}