addLargeIcon method

PushNotification addLargeIcon(
  1. String largeIcon
)

Add large icon to the push notification

Implementation

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