printPDF method
Print PDF document.
Implementation
Future<bool> printPDF(
String pdfPath, {
int commandType = 0,
int printerWidth = 350, // Updated default
int printerHeight = 350, // Updated default
int rotation = 0,
double scale = 0.91,
int? startPage,
int? endPage,
String? password,
}) {
throw UnimplementedError('printPDF() has not been implemented.');
}