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