DefaultNotificationPage constructor

const DefaultNotificationPage({
  1. Key? key,
  2. required ReceivedAction action,
})

Implementation

const DefaultNotificationPage({super.key, required this.action});