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