skip to Main Content

Firebase – How to add functionality to button click in Awesome Notifications

This is how I am creating a notification using Awesome Notifications in flutter AwesomeNotifications().createNotification( content: NotificationContent( id: 1, channelKey: 'basic_channel', title: "You spent some money?", body: "We think, ₹ ${jsonObject['amount']} that was ${jsonObject['type']} to ${jsonObject['vendor']} belongs to this category: ${jsonObject['category']}",…

VIEW QUESTION
Back To Top
Search