scanBarcode

actual fun scanBarcode(cameraImage: CameraImage): List<Barcode>
actual fun scanBarcode(image: ImageBitmap): List<Barcode>
expect fun scanBarcode(cameraImage: CameraImage): List<Barcode>
expect fun scanBarcode(image: ImageBitmap): List<Barcode>
actual fun scanBarcode(cameraImage: ERROR CLASS: Symbol not found for CameraImage): List<Barcode>
actual fun scanBarcode(image: ERROR CLASS: Symbol not found for ImageBitmap): List<Barcode>