openGoToPageView method
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
Future<void> openGoToPageView() {
return _channel.invokeMethod(Functions.openGoToPageView);
}