addFullScreenIntent method

PushNotification addFullScreenIntent(
  1. bool fullScreenIntent
)

Add full screen intent to the push notification

Implementation

PushNotification addFullScreenIntent(bool fullScreenIntent) {
  _fullScreenIntent = fullScreenIntent;
  return this;
}