indexOf method

int indexOf(
  1. PdfAttachment attachment
)

Search and find the index of the attachment.

Implementation

int indexOf(PdfAttachment attachment) {
  return _helper.indexOf(attachment);
}