printImage method
Print an image (logo, signature, etc.)
imageData - Image data (base64 encoded or file path)
Implementation
Future<Map<String, dynamic>> printImage(String imageData) {
throw UnimplementedError('printImage() has not been implemented.');
}