dispatch

fun dispatch(requestCode: Int, resultCode: Int, data: Intent?): Boolean

Dispatch an activity result to the appropriate pending continuation.

Called from Flutter plugin's onActivityResult.

Return

true if the result was handled, false otherwise