getScanDocuments method
Scans documents and returns raw platform data.
Returns null if the user cancelled. The raw data shape varies by
platform and is normalized by FlutterDocScanner.
Implementation
Future<dynamic> getScanDocuments(int page) {
throw UnimplementedError('getScanDocuments() has not been implemented.');
}