Call method or class aar in Flutter Project?

36 Views Asked by At

I have integrated an AAR into my Flutter project. How can I call a method or class from the AAR in Flutter code? When I try to call it in this file, it says it cannot be imported. The documentation states that the class name is my.com.xxx.xxx. How do I call it? Your assistance is appreciated as this is my first time. Thank you. here my java class in flutter

0

There are 0 best solutions below