writeSignature method
Implementation
Future<void> writeSignature(PdfStream os) async {
assert(_offsetStart != null && _offsetEnd != null,
'Must reserve the object space before signing the document');
await value.sign(this, os, params, _offsetStart, _offsetEnd);
}