addPresentBadge method
Add present badge to the push notification
Implementation
PushNotification addPresentBadge(bool presentBadge) {
_presentBadge = presentBadge;
return this;
}
Add present badge to the push notification
PushNotification addPresentBadge(bool presentBadge) {
_presentBadge = presentBadge;
return this;
}