onSuccess property

Future Function(String value) onSuccess
final

Method called after the barcode is successfuly read and converted.

Implementation

final Future<dynamic> Function(String value) onSuccess;