addCrlBytes method
Implementation
void addCrlBytes(Uint8List bytes) {
if (bytes.isEmpty) return;
crl.add(PdfObjectStream(document)..buf.putBytes(bytes));
}
void addCrlBytes(Uint8List bytes) {
if (bytes.isEmpty) return;
crl.add(PdfObjectStream(document)..buf.putBytes(bytes));
}