printImageBase64 method
Print image from base64 string with advanced configuration.
Implementation
Future<bool> printImageBase64(
String base64String, {
int commandType = 0,
int printerWidth = 350, // Updated default
int printerHeight = 350, // Updated default
int rotation = 0,
double scale = 0.91,
double quality = 1.0,
String alignment = 'center',
int? x,
int? y,
}) {
throw UnimplementedError('printImageBase64() has not been implemented.');
}