getNotificationAppLaunchDetails method

  1. @override
Future<NotificationAppLaunchDetails?> getNotificationAppLaunchDetails()
override

Returns info on if a notification had been used to launch the application.

Implementation

@override
Future<NotificationAppLaunchDetails?>
    getNotificationAppLaunchDetails() async => null;