setPdfPage method

void setPdfPage(
  1. PDFPageProxy pdfPage
)

Implementation

void setPdfPage(PDFPageProxy pdfPage) {
  _jsInternal.callMethod('setPdfPage', [pdfPage._jsInternal]);
}