set Action Flow Fragment Result Listener
fun FragmentManager.setActionFlowFragmentResultListener(lifecycleOwner: LifecycleOwner, listener: (ActionFlowResult) -> Unit)
Deprecated
Use Luscii.createActionFlowActivityResultContract instead
Set a listener to get the result from a fragment created with Luscii.buildActionFlowFragment. This must be called before launching the fragment.