addImportance method

PushNotification addImportance(
  1. Importance importance
)

Add importance to the push notification

Implementation

PushNotification addImportance(Importance importance) {
  _importance = importance;
  return this;
}