addPresentBanner method
Add present banner to the push notification
Implementation
PushNotification addPresentBanner(bool presentBanner) {
_presentBanner = presentBanner;
return this;
}
Add present banner to the push notification
PushNotification addPresentBanner(bool presentBanner) {
_presentBanner = presentBanner;
return this;
}