appLaunchNotification property

Future<NotificationAppLaunchDetails?> get appLaunchNotification

Gets notification app launch details Returns details about how the app was launched (e.g., from notification click)

Implementation

Future<NotificationAppLaunchDetails?> get appLaunchNotification =>
    _flutterLocalNotificationsPlugin.getNotificationAppLaunchDetails();