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