I would like to call flutter code after i receive ios notification in UNNotificationServiceExtension. It seems i cant use channels from ios extensions. I would like to execute this code without the need of user to tap on notification.
Sharing nsuserdefaults between dart and swift does not help, because app needs to be opened to detect some new value there.
Any idea?