startNewPage method
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", []);
}
Used to start the processing of the next page of the document once the current one is processed.
Future<void> startNewPage() async {
await _bridge.invokeMethod("startNewPage", []);
}