getNotificationAppLaunchDetails method
override
Returns info on if a notification had been used to launch the application.
Implementation
@override
Future<NotificationAppLaunchDetails?>
getNotificationAppLaunchDetails() async {
return null;
}