androidFullScreenIntent property

bool androidFullScreenIntent
final

Whether to turn screen on and display full screen notification when android alarm notification is triggered. Enabled by default.

Some devices will need the Autostart permission to show the full screen notification. You can check if the permission is granted and request it with the auto_start_flutter package.

Implementation

final bool androidFullScreenIntent;