PdfCombinerDelegate class

A delegate class for handling progress, success, and error callbacks during the PDF combination process.

Constructors

PdfCombinerDelegate.new({dynamic onProgress(double)?, dynamic onSuccess(List<String>)?, dynamic onError(Exception)?})
Creates an instance of PdfCombinerDelegate.

Properties

hashCode int
The hash code for this object.
no setterinherited
onError ↔ dynamic Function(Exception)?
Callback triggered when an error occurs during the PDF combination process.
getter/setter pair
onProgress ↔ dynamic Function(double)?
Callback triggered to report progress updates.
getter/setter pair
onSuccess ↔ dynamic Function(List<String>)?
Callback triggered when the PDF combination process completes successfully.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited