getNotificationAppLaunchDetails method
Returns info on if a notification had been used to launch the application.
Implementation
Future<NotificationAppLaunchDetails?>
getNotificationAppLaunchDetails() async {
throw UnimplementedError(
'getNotificationAppLaunchDetails() has not been implemented');
}