printImageFile method

void printImageFile(
  1. String filePath,
  2. int align,
  3. bool isAutoFeed
)

Implementation

void printImageFile(String filePath, int align, bool isAutoFeed) {
  throw UnimplementedError('printImageFile() has not been implemented');
}