class QRCodeAnalyzer : Analyzer
QRCodeAnalyzer(coroutineScope: CoroutineScope, rawValueCallBack: (String) -> Unit)
fun analyze(image: ImageProxy, rotationDegrees: Int): Unit