addPresentBanner method

JetNotifications addPresentBanner(
  1. bool presentBanner
)

Add present banner to the push notification

Implementation

JetNotifications addPresentBanner(bool presentBanner) {
  _presentBanner = presentBanner;
  return this;
}