How to call flutter code from ios extension

107 Views Asked by At

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?

0

There are 0 best solutions below