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