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