detectBarcodesFromImageBitmaps
actual fun detectBarcodesFromImageBitmaps(imageBitmaps: List<ImageBitmap>, barcodeFormats: List<BarcodeFormat>?, acceptedDocumentFormats: List<BarcodeDocumentFormat>?): List<List<BarcodeItem>?>
expect fun detectBarcodesFromImageBitmaps(imageBitmaps: List<ImageBitmap>, barcodeFormats: List<BarcodeFormat>? = null, acceptedDocumentFormats: List<BarcodeDocumentFormat>? = null): List<List<BarcodeItem>?>
actual fun detectBarcodesFromImageBitmaps(imageBitmaps: List<ImageBitmap>, barcodeFormats: List<BarcodeFormat>?, acceptedDocumentFormats: List<BarcodeDocumentFormat>?): List<List<BarcodeItem>?>