My app developed with Jetpack Compose and in a screen we have implemented a flutter SDK using Android View in Jetpack Compose. We write instrument test.
We send some data to the flutter sdk and this sdk scans user face and return the success and fail result.
I tried to control the sdk behavior using flutter engine, dart executor and sending binary messenger.
My question is, is there any way to control the flutter sdk behavior for the instrument test. I just want to get success result from the sdk.
not kotlin but kotlin colored 8