NotificationAppLaunchDetails constructor
const
NotificationAppLaunchDetails(
- bool didNotificationLaunchApp, {
- NotificationResponse? notificationResponse,
Constructs an instance of NotificationAppLaunchDetails.
Implementation
const NotificationAppLaunchDetails(
this.didNotificationLaunchApp, {
this.notificationResponse,
});