addIcon method

JetNotifications addIcon(
  1. String icon
)

Add icon to the push notification

Implementation

JetNotifications addIcon(String icon) {
  _icon = icon;
  return this;
}