addPresentBadge method

JetNotifications addPresentBadge(
  1. bool presentBadge
)

Add present badge to the push notification

Implementation

JetNotifications addPresentBadge(bool presentBadge) {
  _presentBadge = presentBadge;
  return this;
}