onDocumentScanned property

dynamic Function(ScannedImage) onDocumentScanned
final

onDocumentScanned gets called when the scanner successfully scans a rectangle (document)

Implementation

final Function(ScannedImage) onDocumentScanned;