The alarm plugin also schedules notifications. It thus registers itself as an UNUserNotificationCenterDelegate.

(source)
This breaks the flutter_local_notifications notification tap callbacks such as onDidReceiveNotificationResponse on iOS. See gdelataillade/alarm#331.
Do you have any tips on how we update the alarm plugin so that it plays nicely with this one?
I took a look at firebase/flutterfire#1829 but do not understand what to take away from it.