getNotificationAppLaunchDetails method

Future<NotificationAppLaunchDetails?> getNotificationAppLaunchDetails()

Returns info on if a notification created from this plugin had been used to launch the application.

Implementation

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