addImportance method
Add importance to the push notification
Implementation
PushNotification addImportance(Importance importance) {
_importance = importance;
return this;
}
Add importance to the push notification
PushNotification addImportance(Importance importance) {
_importance = importance;
return this;
}