getResultFromActivityResult
fun getResultFromActivityResult(resultCode: Int, intent: Intent?): FlowOutput<BarcodeScanFlowResult>
Extract the result of the barcode scan flow from the activity result. This method is provided for backward compatibility with plugins.
Return
the result of the barcode scan flow
Parameters
intent
The intent provided by the onActivityResult callback