getScannedDocumentAsImages method
If useAutomaticSinglePictureProcessing is true, native code uses
a fast single-picture flow and ignores page.
Implementation
Future<dynamic> getScannedDocumentAsImages(
{int page = 4, bool useAutomaticSinglePictureProcessing = false}) {
throw UnimplementedError(
'getScannedDocumentAsImages() has not been implemented.');
}