onSuccess property

dynamic Function(List<String>)? onSuccess
getter/setter pair

Callback triggered when the PDF combination process completes successfully.

The outputPaths list contains the paths of the generated PDF files.

Implementation

Function(List<String>)? onSuccess;