actions property
Specify a list of actions associated with this notifications.
Users will be able tap on the actions without actually launching the App. Note that tapping a action will spawn a separate isolate that runs independently from the main app.
Implementation
final List<AndroidNotificationAction>? actions;