gotoLastPage static method

Future<bool?> gotoLastPage()

Goes to the last page of the document.

Implementation

static Future<bool?> gotoLastPage() {
  return _channel.invokeMethod(Functions.gotoLastPage);
}