addPresentBanner method

PushNotification addPresentBanner(
  1. bool presentBanner
)

Add present banner to the push notification

Implementation

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