addPresentBadge method

PushNotification addPresentBadge(
  1. bool presentBadge
)

Add present badge to the push notification

Implementation

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