addGroupAlertBehavior method
Add group alert behavior to the push notification
Implementation
PushNotification addGroupAlertBehavior(
GroupAlertBehavior groupAlertBehavior) {
_groupAlertBehavior = groupAlertBehavior;
return this;
}
Add group alert behavior to the push notification
PushNotification addGroupAlertBehavior(
GroupAlertBehavior groupAlertBehavior) {
_groupAlertBehavior = groupAlertBehavior;
return this;
}