Gets the total number of pages in the currently displayed document.
static Future<int?> getPageCount() { return _channel.invokeMethod(Functions.getPageCount); }