onNotificationTap property

(dynamic Function(int)?) onNotificationTap
final

Callback function executed when notification is tapped. Receives the selected notification index.

Implementation

final Function(int)? onNotificationTap;