addFullScreenIntent method
Add full screen intent to the push notification
Implementation
PushNotification addFullScreenIntent(bool fullScreenIntent) {
_fullScreenIntent = fullScreenIntent;
return this;
}
Add full screen intent to the push notification
PushNotification addFullScreenIntent(bool fullScreenIntent) {
_fullScreenIntent = fullScreenIntent;
return this;
}