pageRef method

Future<UPdfRef?> pageRef(
  1. int index
)

Implementation

Future<UPdfRef?> pageRef(int index) async => (await document.page(index))?.ref;