indexOf method
Search and find the index of the attachment.
Implementation
int indexOf(PdfAttachment attachment) {
return _helper.indexOf(attachment);
}
Search and find the index of the attachment.
int indexOf(PdfAttachment attachment) {
return _helper.indexOf(attachment);
}