addActions method
Add actions to the push notification
Implementation
PushNotification addActions(List<AndroidNotificationAction> actions) {
_actions = actions;
return this;
}
Add actions to the push notification
PushNotification addActions(List<AndroidNotificationAction> actions) {
_actions = actions;
return this;
}