addCategoryIdentifier method
Add category identifier to the push notification
Implementation
JetNotifications addCategoryIdentifier(String categoryIdentifier) {
_categoryIdentifier = categoryIdentifier;
return this;
}
Add category identifier to the push notification
JetNotifications addCategoryIdentifier(String categoryIdentifier) {
_categoryIdentifier = categoryIdentifier;
return this;
}