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