getScannedDocumentAsPdf method
Scans documents and returns raw PDF data from the platform.
Returns null if the user cancelled.
Implementation
Future<dynamic> getScannedDocumentAsPdf(int page) {
throw UnimplementedError(
'getScannedDocumentAsPdf() has not been implemented.');
}