addLargeIcon method
Add large icon to the push notification
Implementation
PushNotification addLargeIcon(String largeIcon) {
_largeIcon = largeIcon;
return this;
}
Add large icon to the push notification
PushNotification addLargeIcon(String largeIcon) {
_largeIcon = largeIcon;
return this;
}