Barcode Pick Action Callback

Defined in library scandit_datacapture_barcode_pick

BarcodePickActionCallback
class BarcodePickActionCallback

Added in version 6.22.0

Used by the user to confirm actions.

didFinish(result)
Future<void> didFinish(bool result)

Added in version 6.22.0

Invoke this method to provide the result of the action.

  • response If true the action is confirmed.