gotoFirstPage static method

Future<bool?> gotoFirstPage()

Goes to the first page of the document.

Implementation

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