actions property
final
Returns a list of actions the user can take on the notification.
The first element is the action's name, the second is the action's callback.
Implementation
final FutureOr<List<(String, FutureOr<void> Function()?)>> Function(BuildContext, Notification) actions;