addBadgeNumber method
Sets the badge number for the notification.
Implementation
LocalNotification addBadgeNumber(int badgeNumber) {
_badgeNumber = badgeNumber;
return this;
}
Sets the badge number for the notification.
LocalNotification addBadgeNumber(int badgeNumber) {
_badgeNumber = badgeNumber;
return this;
}