writePDF method
Future<File?>
writePDF(
- String path,
- String fileName,
- bool overwrite,
- PDFPageFormat pdfPageFormat,
Implementation
Future<File?> writePDF(String path, String fileName, bool overwrite,
PDFPageFormat pdfPageFormat) {
throw UnimplementedError('writePDF() has not been implemented.');
}