addSetAsGroupSummary method
Add set as group summary to the push notification
Implementation
PushNotification addSetAsGroupSummary(bool setAsGroupSummary) {
_setAsGroupSummary = setAsGroupSummary;
return this;
}
Add set as group summary to the push notification
PushNotification addSetAsGroupSummary(bool setAsGroupSummary) {
_setAsGroupSummary = setAsGroupSummary;
return this;
}