startNewPage method

Future<void> startNewPage()

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

Implementation

Future<void> startNewPage() async {
  await _bridge.invokeMethod("startNewPage", []);
}