Local notification action button click not working
Add showsUserInterface: true
NotificationDetails( iOS: DarwinNotificationDetails( presentAlert: true, presentBadge: true, presentSound: true, interruptionLevel: InterruptionLevel.timeSensitive, categoryIdentifier: 'cat_1', badgeNumber: 0, ), android: AndroidNotificationDetails( 'channel_notifs', 'Local Notifications Channel', importance: Importance.max, priority: Priority.high, actions: [ AndroidNotificationAction('action_1', 'Action 1', showsUserInterface: true), AndroidNotificationAction('action_2', 'Action 2', showsUserInterface: true), ], styleInformation: BigTextStyleInformation( action.text, contentTitle: action.title, ), ), ),