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