startNewPage method

void startNewPage()

Used to start the processing of the next page of the document once the current one is processed.

Implementation

void startNewPage() {
  _bridge.invokeMethod("startNewPage", []);
}