fullScreenIntent property
Specifies whether the notification should launch a full-screen intent as soon as it triggers.
Note: The system UI may choose to display a heads-up notification,
instead of launching your full-screen intent. This can occur while the
user is using the device or due the full-screen intent not being granted.
When the full-screen intent occurs, the plugin will act as though
the user has tapped on a notification so handle it the same way
(e.g. via onSelectNotification
callback) to display the appropriate
page for your application.
Implementation
final bool fullScreenIntent;