generateDocumentPack abstract method

Future<Map<String, Uint8List>> generateDocumentPack(
  1. Project project
)

Generates the complete "Pack Documental" as a list of PDFs (or a single merged PDF if preferred, but usually 4 separate docs are better for flexibility). Returns a Map where key is the document name and value is the PDF bytes.

Implementation

Future<Map<String, Uint8List>> generateDocumentPack(Project project);