I have created a native android service using Kotlin that should be able to be called from another app, the save code is working with a native android app, but with Flutter for android the service is not even been called.
Anyone know what is the issue here? is there others steps for Flutter than
(1) creating service class -> (2) adding service to AndroidManifest)
Thanks
3