openGoToPageView static method

Future<void> openGoToPageView()

Opens a go-to page dialog.

If the user inputs a valid page number into the dialog, the viewer will go to that page.

Implementation

static Future<void> openGoToPageView() {
  return _channel.invokeMethod(Functions.openGoToPageView);
}