getNotificationAppLaunchDetails method
Returns info on if a notification created from this plugin had been used to launch the application.
Implementation
Future<NotificationAppLaunchDetails?> getNotificationAppLaunchDetails() =>
_flutterLocalNotificationsPlugin!.getNotificationAppLaunchDetails();