'Flutter local notification not working in ios after i added UNUserNotificationCenter.current().delegate = self in ios

i add this in my appdelegate file now localnotification not working they showing but when i tap them nothing happens working fine in android.

if #available(iOS 10.0, *) {
    UNUserNotificationCenter.current().delegate = self as? UNUserNotificationCenterDelegate
}


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source