BarcodeDetectionCallback typedef
        BarcodeDetectionCallback =
     void Function(String result)
    
    
The method called on barcode result
Implementation
typedef BarcodeDetectionCallback = void Function(String result);The method called on barcode result
typedef BarcodeDetectionCallback = void Function(String result);