PlatformNotificationResponse constructor
const
PlatformNotificationResponse({})
Implementation
const PlatformNotificationResponse({
required this.notificationId,
required this.payload,
required this.actionId,
required this.input,
required this.dismissed,
required this.launchedApp,
required this.fromBackground,
});