onDidReceiveLocalNotification property

DidReceiveLocalNotificationCallback? onDidReceiveLocalNotification
final

Callback for handling when a notification is triggered while the app is in the foreground.

This property is only applicable to iOS versions older than 10.

Implementation

final DidReceiveLocalNotificationCallback? onDidReceiveLocalNotification;