printPdf method

Future<Map<String, dynamic>> printPdf(
  1. String pdfPath, {
  2. int width = 80,
  3. int height = 120,
  4. int dpi = 203,
  5. int density = 8,
  6. int speed = 2,
  7. int paperType = 1,
  8. int instruction = 1,
})

Implementation

Future<Map<String, dynamic>> printPdf(
  String pdfPath, {
  int width = 80,
  int height = 120,
  int dpi = 203,
  int density = 8,
  int speed = 2,
  int paperType = 1,
  int instruction = 1,
}) {
  throw UnimplementedError('printPdf() has not been implemented.');
}