addGroupKey method
Add group key to the push notification
Implementation
PushNotification addGroupKey(String groupKey) {
_groupKey = groupKey;
return this;
}
Add group key to the push notification
PushNotification addGroupKey(String groupKey) {
_groupKey = groupKey;
return this;
}