writePDF method

Future<File?> writePDF(
  1. String path,
  2. String fileName,
  3. bool overwrite,
  4. PDFPageFormat pdfPageFormat,
)

Implementation

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