Hook into onDidReceiveBackgroundNotificationResponse
I am creating a notification in native code through AppDelegate since there is not support for UNLocationNotificationTrigger.
I was wondering if I can hook into the callbacks for the notifications plugin? I suppose it has something to do with sending an event to dexterous.com/flutter/local_notifications/actions but couldn't figure it out.
help will be appreciated!
I'm doubtful as there's also logic to add data to help identify if it the plugin should be the one processing callbacks when there multiple notification delegates. I believe the best approach would be to start with a fork the plugin to add support for UNLocationNotificationTrigger. Others from the community could then end up benefiting from this if you get it working and submit a PR back