Keith
05/05/2020, 11:53 PMbindToLifecycle
returns static void
. Then how do lines like `
val camera = cameraProvider.bindToLifecycle(this as LifecycleOwner,
cameraSelector, preview, imageCapture, imageAnalyzer)
work? Is this literally just returning a void? camera
sure behaves like a structured object.