onPrintError property
void Function(dynamic error)?
onPrintError
final
Called if an error creating the Pdf occurred
Implementation
final void Function(dynamic error)? onPrintError;
Called if an error creating the Pdf occurred
final void Function(dynamic error)? onPrintError;