Flutter local notification not working in backgroun in release mode
I have implemented fcm and added flutter local notification with action button for getting incomming call notification and it works on debug mode perfectly but it is not working in release mode. I have added all necessary permission. And I…