onError property

dynamic Function(Exception)? onError
getter/setter pair

Callback triggered when an error occurs during the PDF combination process.

The error parameter provides details about the encountered exception.

Implementation

Function(Exception)? onError;