documentScan property
JSDocumentScan
get
documentScan
Use the chrome.documentScan
API to discover and retrieve
images from attached paper document scanners.
Implementation
JSDocumentScan get documentScan {
var documentScanNullable = this.documentScanNullable;
if (documentScanNullable == null) {
throw ApiNotAvailableException('chrome.documentScan');
}
return documentScanNullable;
}