addBadgeNumber method
Add the badge number to the push notification
Implementation
PushNotification addBadgeNumber(int badgeNumber) {
_badgeNumber = badgeNumber;
return this;
}
Add the badge number to the push notification
PushNotification addBadgeNumber(int badgeNumber) {
_badgeNumber = badgeNumber;
return this;
}