Gets the current page of the document.
The page number returned is 1-indexed.
Future<int?> getCurrentPage() { return _channel.invokeMethod(Functions.getCurrentPage); }