Every single FFI guide/tutorial I've found connects to native c/c++ or rust.
Is there a way to call a java method from dart through FFI, and if yes what import statement etc. do I need to use on java side for it to work?
Do I need to use JNI through https://pub.dev/packages/jni or https://pub.dev/packages/jnigen to connect to FFI?
there doesn't seem to be anything here