I develop the flutter package and in this package one of class get function argument. When I use this package in another flutter app, I can send function as prop to this package .
Now I just want to learn if I use the flutter module and build the aar , how can I send function as prop in native android ?
Thanks
This is not possible because you can send only serializable types
For more detailed information you can refer to the official
AIDL
documentation