addLargeIcon method

JetNotifications addLargeIcon(
  1. String largeIcon
)

Add large icon to the push notification

Implementation

JetNotifications addLargeIcon(String largeIcon) {
  _largeIcon = largeIcon;
  return this;
}