getNotificationAppLaunchDetails method

Future<NotificationAppLaunchDetails?> getNotificationAppLaunchDetails()

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');
}