printPdf method
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.');
}