Open
Description
Hello, I would like to know if it is possible to use a BroadcastReceiver through this package. I need to start a service related to my app after the boot is completed, so then I need to define a broadcast receiver to get informed when the boot has finished and then start the service with an Intent object. Is it possible to get this using this package? Or, should I use MethodChannel?
Well if it isn't supported, so then I am requesting this feature in this post.
I hope you can guide me. Best regards.