I am asking the question because I am not able to understand one concept, how to call Java method that is defined in third-party JAR that takes POJO and returns a POJO in Flutter/Dart? Can Java object be converted/marshaled to Dart object equivalent?
Basically, the app will have the UI, which is built in Flutter and it requires to access business logic, which is defined in the already existing JAR. Is it possible to achieve it?