Gets the page numbers of currently visible pages in the viewer.
Future<List<int>?> getVisiblePages() { return _channel.invokeMethod(Functions.getVisiblePages); }