Print an image from a base64 encoded string
Future<bool> printImage(String base64Encoded, {double width = 460}) { throw UnimplementedError('printImage() has not been implemented.'); }