BarcodeDetectionCallback typedef

BarcodeDetectionCallback = void Function(Result? result, dynamic error)

Implementation

typedef BarcodeDetectionCallback = void Function(
  Result? result,
  dynamic error,
);