setErrorFfi function

void setErrorFfi(
  1. PrintJob job,
  2. String message
)

Set the Pdf Error message

Implementation

void setErrorFfi(PrintJob job, String message) {
  throw UnimplementedError('Not using FFI');
}