printAllFunctions method

Future<PrinterStatus> printAllFunctions(
  1. Uint8List imageBytes,
  2. int width,
  3. int height,
  4. bool finishPrinting,
)

Implementation

Future<PrinterStatus> printAllFunctions(
    Uint8List imageBytes, int width, int height, bool finishPrinting) {
  throw UnimplementedError('"printAllFunctions" has not been implemented.');
}